# eggox docs

The reference as markdown, in the terminal or into an agent.

```
eggox docs [api|project]
```

Prints the scripting API reference (`api`, the default) or the project
format and the commands (`project`) as markdown, fetched from the server
you are logged in to, so it always matches that server's version.

Every page of this site is also markdown: add `.md` to its address.
[/llms.txt](/llms.txt) lists them all.

## Examples

```
eggox docs api | less
eggox docs project > PROJECT.md
```

