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

# CONTRIBUTING TO KEYSHADE

- [Summary](https://docs.keyshade.io/contributing-to-keyshade/summary.md): Be a part of the keyshade today!
- [Design of our code](https://docs.keyshade.io/contributing-to-keyshade/design-of-our-code.md): Get to know about the core building blocks of our code
- [Organization of code](https://docs.keyshade.io/contributing-to-keyshade/design-of-our-code/organization-of-code.md): An insight into how our codebase is organized
- [API](https://docs.keyshade.io/contributing-to-keyshade/design-of-our-code/api.md): Design of our API
- [CLI](https://docs.keyshade.io/contributing-to-keyshade/design-of-our-code/cli.md): Design of our CLI
- [Web](https://docs.keyshade.io/contributing-to-keyshade/design-of-our-code/web.md): Design of our Web package
- [Integrations](https://docs.keyshade.io/contributing-to-keyshade/design-of-our-code/integrations.md): How we develop our integrations
- [Prerequisites](https://docs.keyshade.io/contributing-to-keyshade/prerequisites.md)
- [Environment Variables](https://docs.keyshade.io/contributing-to-keyshade/environment-variables.md): Get to know the environment you are working with
- [Setting things up](https://docs.keyshade.io/contributing-to-keyshade/setting-things-up.md): A tour of how to get the prerequisites done
- [Running things locally](https://docs.keyshade.io/contributing-to-keyshade/running-things-locally.md): Compiles a list of articles to help running the services locally
- [Running the API](https://docs.keyshade.io/contributing-to-keyshade/running-things-locally/running-the-api.md): Get to know how you can develop the API!
- [Running the Web](https://docs.keyshade.io/contributing-to-keyshade/running-things-locally/running-the-web-app.md): Get to know how you can run the web app!
- [Running the Platform](https://docs.keyshade.io/contributing-to-keyshade/running-things-locally/running-the-platform.md): Get to know how you can run the platform app!
- [Running the CLI](https://docs.keyshade.io/contributing-to-keyshade/running-things-locally/running-the-cli.md): Get to know how you can develop the CLI!
- [API Testing](https://docs.keyshade.io/contributing-to-keyshade/running-things-locally/api-testing.md)
- [Docker Support](https://docs.keyshade.io/contributing-to-keyshade/running-things-locally/docker-support.md): Instructions on how to build & run each part of Keyshade using docker


---

# 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:

```
GET https://docs.keyshade.io/contributing-to-keyshade.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.
