> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/developers/readme.md).

# Developer documentation

## Integrate GitBook into your workflow

Use GitBook’s API, SDK, and developer tools to build custom integrations, streamline workflows, and create tailored solutions for your docs.

<a href="https://app.gitbook.com/account/developer" class="button primary">Create an access token</a><a href="https://app.gitbook.com/account/developer" class="button secondary">Developer dashboard</a>

<h3 align="center">What do you want to build?</h3>

<p align="center">Choose a path to extend GitBook for your workflow.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-cover-dark data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><h4><i class="fa-puzzle-piece">:puzzle-piece:</i></h4></td><td><h4>Custom components</h4></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/8NXeJopb23sUEmeeAgqG">Quickstart</a></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/WlSC8EW1d53AlhIt5VGM">ContentKit</a></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/KjMg5KpVuCoy8cBMeZQR">Create interactive blocks</a></td><td><a href="/files/NESYwLZ82bkWlnQtTwQt">/files/NESYwLZ82bkWlnQtTwQt</a></td><td><a href="/files/0U2T1xv9OthSjwNP7IGf">/files/0U2T1xv9OthSjwNP7IGf</a></td></tr><tr><td><h4><i class="fa-gears">:gears:</i></h4></td><td><h4>Automate tasks</h4></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/8NXeJopb23sUEmeeAgqG">Quickstart</a></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/qUUhbveADO2RbiC3fhat">Integration runtime</a></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/OU70FDTSaoxYJ1j88iCm">Receive webhook notifications</a></td><td><a href="/files/PdnCTychl3DQ7W1RwpYs">/files/PdnCTychl3DQ7W1RwpYs</a></td><td><a href="/files/kQEs53yFTuMDrG9AgSLR">/files/kQEs53yFTuMDrG9AgSLR</a></td></tr><tr><td><h4><i class="fa-code">:code:</i></h4></td><td><h4>Build on the API</h4></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/6OzUWR95VKSzFiOfDRak">Quickstart</a></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/4nqP8H2LlWSpZkTg0tx5">Authentication</a></td><td><a href="/spaces/2SyQSbIa1iYS7z6Dx5di/pages/RUvdmIKeuCU1QCU5Uett">API reference</a></td><td><a href="/files/kQkjs1MbwTcfjLTgfTeT">/files/kQkjs1MbwTcfjLTgfTeT</a></td><td><a href="/files/Pz7MOJfhTjytzZwKKfOH">/files/Pz7MOJfhTjytzZwKKfOH</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/developers/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
