# 2. Installation

- [2.2 Dependancies](https://docs.k9.io/key9-identity/jsonair/2-install/2.2-dependancies.md): What you need to run JSONAir.
- [2.3 Compiling JSONAir](https://docs.k9.io/key9-identity/jsonair/2-install/2.3-compiling-jsonair.md): How to build JSONAir from source.
- [2.4 Database Setup](https://docs.k9.io/key9-identity/jsonair/2-install/2.4-database-setup.md): How to create and configure the JSONAir database.
- [2.5 Configuring and Running JSONAir](https://docs.k9.io/key9-identity/jsonair/2-install/2.5-configuration.md): How to configure and start the JSONAir server.
- [2.6 Configuring and Running the JSONAir Agent](https://docs.k9.io/key9-identity/jsonair/2-install/2.6-agent-configuration.md): How to configure and run the JSONAir agent.
- [2.7 Encrypting Configuration Data](https://docs.k9.io/key9-identity/jsonair/2-install/2.7-encrypting-config-data.md): How to encrypt and decrypt configuration data for storage in JSONAir.


---

# 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.k9.io/key9-identity/jsonair/2-install.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.
