# Running things locally

This document (and the sub-series) guides you on how you can run and test each of the applications on your local device.

## Run locally

You can pick up any of these topics from the following and start with it.

* [Running the API](/contributing-to-keyshade/running-things-locally/running-the-api.md)
* [Running the Web](/contributing-to-keyshade/running-things-locally/running-the-web-app.md)
* [Running the CLI](/contributing-to-keyshade/running-things-locally/running-the-cli.md)
* [Running the Platform](/contributing-to-keyshade/running-things-locally/running-the-platform.md)
* [API Testing](/contributing-to-keyshade/running-things-locally/api-testing.md)


---

# Agent Instructions: 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/running-things-locally.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.
