# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Strategic Roadmap:](https://atom-foundation.gitbook.io/atom-foundation-docs/strategic-roadmap.md)
- [VERIFY IT YOURSELF - Register Company - Illinois:](https://atom-foundation.gitbook.io/atom-foundation-docs/verify-it-yourself-register-company-illinois.md)
- [Social media and links:](https://atom-foundation.gitbook.io/atom-foundation-docs/social-media-and-links.md)
- [Decentralized Scheme - Renounced Ownership:](https://atom-foundation.gitbook.io/atom-foundation-docs/decentralized-scheme-renounced-ownership.md)
- [Atom Network - ATM](https://atom-foundation.gitbook.io/atom-foundation-docs/atom-network-atm.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://atom-foundation.gitbook.io/atom-foundation-docs/strategic-roadmap.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://atom-foundation.gitbook.io/atom-foundation-docs/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://atom-foundation.gitbook.io/atom-foundation-docs/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., `/atom-foundation-docs/strategic-roadmap.md`).

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