# Introduction

This section provides a comprehensive guide to the various entities of Keyshade. Use it as a handbook to navigate the app, understand how the different entities work, and how to use them. Each page describes how to perform various operations using both the app, and the CLI.

Each of the sections presume that you are already authenticated. In case you are following along on web, make sure you are signed in to [app.keyshade.io](https://app.keyshade.io). In case you are following along in CLI, make sure you are logged in using `keyshade login`.


---

# 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/app-reference/introduction.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.
