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

# AI Coding Tools

export const ade = 'Agentic Document Extraction';

export const companyName = 'LandingAI';

This page provides resources for building {ade} (ADE) applications with AI coding tools like Claude Code, Cursor, and VS Code:

* [ADE skills for AI coding agents](#skills)
* [A documentation MCP server](#mcp-server)
* [Shortcuts for connecting AI tools to docs pages](#shortcuts-for-connecting-ai-tools)
* [Documentation pages in llms.txt format](#access-documentation-pages-as-llms-txt)
* [Documentation pages as Markdown](#access-documentation-as-markdown)

## Skills

Skills are instruction files that teach AI coding agents how to use {ade} effectively. {companyName} offers ADE skills in the [ADE Document Processing Skills](https://github.com/landing-ai/ade-document-processing-skills) repository.

### Install Skills via the Claude Code Plugin

Claude Code users can install the ADE skills as a plugin, which is an extension that bundles skills, agents, and other capabilities. Run the following commands in Claude Code to install the ADE skills plugin:

```bash theme={null}
/plugin marketplace add landing-ai/ade-document-processing-skills
/plugin install ade-document-processing@ade-document-processing-skills
```

After installation, run the following command to activate the plugin:

```bash theme={null}
/reload-plugins
```

### Install Skills with Other Methods

Different AI coding tools have different methods for installing skills. Check the documentation for your AI coding tool to learn how to install skill files.

Depending on the installation method, you may need to download or clone the [ADE Document Processing Skills](https://github.com/landing-ai/ade-document-processing-skills) repository and copy the skill files to the relevant directories.

## MCP Server

The ADE MCP server connects AI tools to {ade} documentation and [ADE skills](#skills). When connected, your agent can search the documentation and access all ADE skills without additional setup.

**MCP server URL:** `https://docs.landing.ai/mcp`

<Tabs>
  <Tab title="Claude Code">
    Run the following command:

    ```bash theme={null}
    claude mcp add --transport http ade-docs https://docs.landing.ai/mcp
    ```
  </Tab>

  <Tab title="Claude.ai">
    Go to **Settings** > **Connectors** and add the MCP server URL as a custom connector.
  </Tab>

  <Tab title="Cursor">
    Use the **Connect to Cursor** option in the [contextual menu](#shortcuts-for-connecting-ai-tools) on any docs page.
  </Tab>

  <Tab title="VS Code">
    Use the **Connect to VS Code** option in the [contextual menu](#shortcuts-for-connecting-ai-tools) on any docs page.
  </Tab>
</Tabs>

## Shortcuts for Connecting AI Tools

Use the contextual menu on any docs page to connect to AI tools, copy content as Markdown, or install the ADE docs MCP server. Click the drop-down icon at the top of any page to open it.

<img src="https://mintcdn.com/landingaitest/_nQBc-jRo1QW7uxE/images/contextual-menu.png?fit=max&auto=format&n=_nQBc-jRo1QW7uxE&q=85&s=328d3974da21c660c42e16bbd169fb7e" alt="Contextual Menu" className="bordered-image-500" width="572" height="475" data-path="images/contextual-menu.png" />

| Option                   | What it does                                            |
| ------------------------ | ------------------------------------------------------- |
| Copy page                | Copies the page as Markdown                             |
| View as Markdown         | Opens the page in Markdown format                       |
| Open in ChatGPT          | Creates a ChatGPT conversation with the page as context |
| Open in Claude           | Creates a Claude conversation with the page as context  |
| Connect to Cursor        | Installs the ADE docs MCP server in Cursor              |
| Connect to VS Code       | Installs the ADE docs MCP server in VS Code             |
| Copy MCP server URL      | Copies `https://docs.landing.ai/mcp` to your clipboard  |
| Copy MCP install command | Copies the MCP server install command to your clipboard |

## Access Documentation Pages as llms.txt

Access an index of all {ade} documentation pages at [llms.txt](https://docs.landing.ai/llms.txt). For a combined file of all documentation content, use [llms-full.txt](https://docs.landing.ai/llms-full.txt).

These files follow the [llms.txt standard](https://llmstxt.org) for AI tool consumption.

## Access Documentation as Markdown

View any page as plain Markdown by adding `.md` to the page URL.
