# DEVELOPER SECTION

- [PX Architecture](https://wiki.pollinationx.io/developer-section/px-architecture.md): Harnesses the power and security of decentralized storage networks while enabling end-users to access decentralize storage with ease.
- [PX Processes](https://wiki.pollinationx.io/developer-section/px-processes.md)
- [PX Nodes](https://wiki.pollinationx.io/developer-section/px-nodes.md): We are enhancing the robustness of the PX system with node decentralization.
- [PX API Reference](https://wiki.pollinationx.io/developer-section/px-api-reference.md)
- [Auth](https://wiki.pollinationx.io/developer-section/px-api-reference/auth.md): Auth authenticates the user and checks their PollinationX (PX) storage NFTs.
- [Upload](https://wiki.pollinationx.io/developer-section/px-api-reference/upload.md): This API endpoint allows you to add a file to the decentralized storage.
- [Download](https://wiki.pollinationx.io/developer-section/px-api-reference/download.md): This API allows you to download a file from the decentralized storage using its Content Identifier (CID)
- [PX SDK](https://wiki.pollinationx.io/developer-section/px-sdk.md): Interact with the PollinationX APIs using the PollinationX SDK. With just a few lines of code, unlock the potential of PollinationX's infrastructure.
- [Quick start](https://wiki.pollinationx.io/developer-section/px-sdk/quick-start.md)


---

# 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://wiki.pollinationx.io/developer-section.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.
