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

# Connect AI Agents to Teable

> Query and update data, manage tables, and create automations or apps from your AI agent.

## Install Teable Skill

Copy this prompt into your AI agent:

```text wrap theme={null}
Please read https://github.com/teableio/agent-skills, follow the guide to help me install the Teable agent skill, and complete Teable CLI authentication.
```

Or install it directly:

```bash theme={null}
npx skills add https://github.com/teableio/agent-skills
```

## Try Teable Skill

After the skill is installed, try these prompts.

<CodeGroup>
  ```text Simple Starter Prompts wrap theme={null}
  Create a simple CRM table in <Base> {paste Base URL}.
  ```

  ```text Local Files → Teable wrap theme={null}
  Upload all invoices in this local folder to <Receipt Table> {paste table URL} and extract key fields.
  ```

  ```text Cross-Platform Data → Teable wrap theme={null}
  Import new GitHub issues into <Bug Tracker> {paste table URL}.
  ```

  ```text Clean Or Organize Teable Data wrap theme={null}
  Check <Task Table> {paste table URL} and mark overdue tasks.
  ```
</CodeGroup>
