> For the complete documentation index, see [llms.txt](https://docs.the4thpillar.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.the4thpillar.io/developers.md).

# Developers

- [Architecture by Layers](https://docs.the4thpillar.io/developers/architecture-by-layers.md)
- [Smart Contracts](https://docs.the4thpillar.io/developers/architecture-by-layers/smart-contracts.md): There are various smart contracts forming within the ecosystem.
- [Encryption](https://docs.the4thpillar.io/developers/architecture-by-layers/encryption.md)
- [Four Token Grants (TBA)](https://docs.the4thpillar.io/developers/four-token-grants-tba.md): Welcome to the 4P Grant Program! Championing innovation in Web3 communication development, this program provides an empowering space for projects to grow and succeed.
- [Open Community Projects (OCP)](https://docs.the4thpillar.io/developers/open-community-projects-ocp.md): We welcome all new developers wanting to join and work on new 4P Super App implementations.
- [AI agents Integration](https://docs.the4thpillar.io/developers/ai-agents-integration.md): Establishing trusted communication layer for future human and agent interactions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.the4thpillar.io/developers.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.
