> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use X

> Work with the user's connected X (Twitter) account.

{/* Tool: use_app_x */}

## Parameters

<ParamField path="tool_name" type="string" required={true}>
  Action name from `list_app_tools("x")` (e.g., "x-post-tweet", "x-send-dm", "x-get-dms")
</ParamField>

<ParamField path="configured_props" type="object" required={true}>
  Action parameters (e.g., `{"text": "Hello world!"}` for posting)
</ParamField>

<ParamField path="username" type="string" default={""}>
  Optional X username to specify which connected account to use (for multi-account).
</ParamField>
