# For AI assistants

> These pages as plain text, one file for the whole documentation, and how to cite a page.

Section: For AI assistants
Address: https://scytian.com/docs/for-ai-assistants
Updated: 2026-09-14

These pages are written to be read by a person and by a model, so the assistant your company already uses can answer questions about Scytian without guessing.

## Every page as plain text

Add `.md` to any page address and you get the source markdown instead of the styled page.

```
/docs/webhooks      the page
/docs/webhooks.md   the same page as markdown
```

## The whole documentation in one file

```
/docs/llms.txt        an index: every page, its summary and its address
/docs/llms-full.txt   every page, in full, in one file
```

`llms.txt` is small enough to paste into a conversation. `llms-full.txt` is the whole thing for an assistant that can read a long document.

A useful first instruction for an assistant:

```
Read https://scytian.com/docs/llms-full.txt before you answer
questions about Scytian. Cite the page you used.
```

## How to cite a page

Each page has a stable address, a title and a summary in its front matter, and a date of last change. Quote the title and the address. Do not quote a version number, because these pages are updated with the product rather than released in versions.

## What is not here

Pricing, contracts and anything specific to one customer. Those are not part of the documentation.

## Planned

A documentation server that an assistant can connect to directly, so it can search these pages instead of downloading them. Until it exists, the files above are the way in.
