# Cider Docs

## Cider Docs

- [README](https://cider.gitbook.io/welcome-to-gitbook/readme.md)
- [docs](https://cider.gitbook.io/welcome-to-gitbook/docs.md)
- [1.client](https://cider.gitbook.io/welcome-to-gitbook/docs/1.client.md)
- [Disclaimer](https://cider.gitbook.io/welcome-to-gitbook/docs/1.client/disclaimer.md): The disclaimer for what support we can provide through GitHub or Discord. Please note this before proceeding to ask for help.
- [Troubleshooting FAQs](https://cider.gitbook.io/welcome-to-gitbook/docs/1.client/faqs.md): The main Frequently Asked Questions for Cider application support.
- [RPC Documentation](https://cider.gitbook.io/welcome-to-gitbook/docs/1.client/rpc.md): Documentation for RPC API endpoints accessible by clients external to Cider.
- [2.other](https://cider.gitbook.io/welcome-to-gitbook/docs/2.other.md)
- [Client Protocol Schema](https://cider.gitbook.io/welcome-to-gitbook/docs/2.other/app-docs.md): A list of various bits of documentation for the app.
- [3.legacy-docs](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs.md)
- [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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cider.gitbook.io/welcome-to-gitbook/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
