# Page Not Found

The URL `files/eEWOzSxTukJJApz4nAjJ` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Democratic Decision-Making in Axion Framework](https://axions-organization.gitbook.io/axion-framework/basics/democratic-decision-making-in-axion-framework.md)
- [Installation Guide: Axion Framework](https://axions-organization.gitbook.io/axion-framework/oreview/installation-guide-axion-framework.md)
- [Modular Architecture: Axion Framework](https://axions-organization.gitbook.io/axion-framework/basics/modular-architecture-axion-framework.md)
- [Overview: Axion Framework](https://axions-organization.gitbook.io/axion-framework/oreview/overview-axion-framework.md)
- [Security Practices](https://axions-organization.gitbook.io/axion-framework/security-practices.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://axions-organization.gitbook.io/axion-framework/basics/democratic-decision-making-in-axion-framework.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.

### Option 2 — Browse the documentation index

Full index: https://axions-organization.gitbook.io/axion-framework/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://axions-organization.gitbook.io/axion-framework/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/axion-framework/basics/democratic-decision-making-in-axion-framework.md`).

You may also use `Accept: text/markdown` header for content negotiation.
