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

# 3.legacy-docs

- [2.compilation](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/2.compilation.md)
- [Compiling on Linux](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/2.compilation/compiling-on-linux.md): This page allows you to figure out the steps and programs needed to compile your own version of Cider.
- [Compiling on macOS](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/2.compilation/compiling-on-macos-beta.md): This page allows you to figure out the steps and programs needed to compile your own version of Cider.
- [Compiling on Windows](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/2.compilation/compiling-on-windows.md): This page allows you to figure out the steps and programs needed to compile your own version of Cider.
- [3.legacy-plugins](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins.md)
- [Additional Links](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins/additional-links.md): Some resources to aid you in your plugin development.
- [REST API](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins/client-rest-api.md): Learn how to control the client using REST
- [Creating a Basic Plugin](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins/creating-a-basic-plugin.md)
- [documentation](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins/documentation.md)
- [Frontend API](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins/frontend-api.md): This page contains documentation on the functions included in the CiderFrontAPI.
- [Publishing to GitHub](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins/publishing-to-github.md)
- [Renderer](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins/renderer.md): This page contains all the required documentation for the Renderer and its functions/events.
- [Unsorted Features](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/3.legacy-plugins/unsorted-features.md): Unsorted Quirks and Features.
- [4.themes](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/4.themes.md)
- [Available Attributes](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/4.themes/available-attributes.md)
- [Publishing to GitHub](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/4.themes/publishing-to-github.md)
- [Theme Definitions (theme.json)](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/4.themes/theme-definitions-theme-json.md)
- [Creating a Theme](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/4.themes/theme-stylesheets.md)
- [Using Resources in Themes](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/4.themes/using-resources-in-themes.md): (Images, Fonts, etc.)


---

# 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://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs.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.
