# DESO BACKEND

- [Backend: Config](https://docs.deso.org/deso-backend/configuration.md): Overview of the configuration flags for running your own backend
- [Onboarding](https://docs.deso.org/deso-backend/configuration/onboarding.md): Description of flags related to the Onboarding proces and starter DESO
- [Phone Number Verification](https://docs.deso.org/deso-backend/configuration/phone-number-verification.md): Description of flags related to verifying phone numbers with Twilio
- [Global State](https://docs.deso.org/deso-backend/configuration/global-state.md): Description of flags related to your node's global state database
- [Admins](https://docs.deso.org/deso-backend/configuration/admins.md): Description of flags related to admin access on your node.
- [Web Security](https://docs.deso.org/deso-backend/configuration/web-security.md): Description of flags related to your node's web security
- [Media](https://docs.deso.org/deso-backend/configuration/media.md): Description of flags related to uploading media on your node
- [Images](https://docs.deso.org/deso-backend/configuration/media/images.md): Description of flags related to uploading images on your node
- [Videos](https://docs.deso.org/deso-backend/configuration/media/videos.md): Description of flags related to uploading videos on your node
- [Hot Feed](https://docs.deso.org/deso-backend/configuration/hot-feed.md): Description of flags related to running the hot feed routine on your node
- [Selling $DESO](https://docs.deso.org/deso-backend/configuration/selling-usddeso.md): Description of flags related to selling DESO on your Node
- [Wyre - Buy with USD](https://docs.deso.org/deso-backend/configuration/selling-usddeso/wyre-buy-with-usd.md): Description of flags related to selling DESO for BTC with Wyre on your Node
- [Buy with BTC](https://docs.deso.org/deso-backend/configuration/selling-usddeso/buy-with-btc.md): Description of flags related to selling DESO for BTC on your Node
- [Buy with ETH](https://docs.deso.org/deso-backend/configuration/selling-usddeso/buy-with-eth.md): Description of flags related to selling DESO for ETH on your Node
- [Analytics](https://docs.deso.org/deso-backend/configuration/analytics.md): Description of flags related to tracking user analytics on your node
- [Emails](https://docs.deso.org/deso-backend/configuration/emails.md): Description of flags related to sending emails on your node
- [Supply Monitoring](https://docs.deso.org/deso-backend/configuration/supply-monitoring.md): Description of flags related to running supply monitoring on your node
- [Construct: API](https://docs.deso.org/deso-backend/construct-transactions.md): Descriptions of all Transaction Construction Endpoints
- [Social Transactions API](https://docs.deso.org/deso-backend/construct-transactions/social-transactions-api.md): Description of endpoints used to construct Social Transactions on the DeSo blockchain
- [NFT Transactions API](https://docs.deso.org/deso-backend/construct-transactions/nft-transactions-api.md): Description of endpoints used to construct NFT Transactions on the DeSo blockchain
- [Financial Transactions API](https://docs.deso.org/deso-backend/construct-transactions/financial-transactions-api.md): Description of endpoints used to construct Financial Transactions on the DeSo blockchain
- [Derived Keys Transaction API](https://docs.deso.org/deso-backend/construct-transactions/derived-keys-transaction-api.md): Description of endpoints used to construct Derived Key Transactions on the DeSo blockchain
- [DeSo Tokens Transactions API](https://docs.deso.org/deso-backend/construct-transactions/dao-transactions-api.md): Description of endpoints used to construct DAO Transactions on the DeSo blockchain
- [Associations Transactions API](https://docs.deso.org/deso-backend/construct-transactions/associations-transactions-api.md): Description of endpoints to construct Associations Transactions on the DeSo blockchain
- [Access Groups API](https://docs.deso.org/deso-backend/construct-transactions/access-groups-api.md)
- [Data: API](https://docs.deso.org/deso-backend/api.md)
- [Admin Endpoints](https://docs.deso.org/deso-backend/api/admin-endpoints.md)
- [Associations Endpoints](https://docs.deso.org/deso-backend/api/associations-endpoints.md): Description of endpoints used in querying for associations
- [DeSo Tokens Endpoints](https://docs.deso.org/deso-backend/api/dao-endpoints.md): Description of endpoints used for creating and on-chain trading of DeSo Tokens.
- [Media Endpoints](https://docs.deso.org/deso-backend/api/media-endpoints.md): Description of endpoints used to manage media uploads for posts on the DeSo blockchain
- [Miner Endpoints](https://docs.deso.org/deso-backend/api/miner-endpoints.md): Description of endpoints used to get data related to mining on the DeSo blockchain
- [Notification Endpoints](https://docs.deso.org/deso-backend/api/notification-endpoints.md): Description of endpoints used to get notification data on the DeSo blockchain
- [NFT Endpoints](https://docs.deso.org/deso-backend/api/nft-endpoints.md): Description of endpoints used to get data related to posts on the DeSo blockchain
- [Social Endpoints](https://docs.deso.org/deso-backend/api/social-endpoints.md): Description of endpoints used to get social data on the DeSo blockchain
- [Referral Endpoints](https://docs.deso.org/deso-backend/api/referral-endpoints.md): Description of endpoints used to get referral data
- [Tutorial Endpoints](https://docs.deso.org/deso-backend/api/tutorial-endpoints.md): Description of endpoints used to get data related to tutorials on the DeSo blockchain
- [Meta Data Endpoints](https://docs.deso.org/deso-backend/api/backend-api.md)
- [Transaction Spending Limits Endpoints](https://docs.deso.org/deso-backend/api/transaction-spending-limits-endpoints.md): Description of endpoints used to get data related to transaction spending limits on the DeSo blockchain
- [User Endpoints](https://docs.deso.org/deso-backend/api/user-endpoints.md): Description of endpoints used to get data related to users and profiles on the DeSo blockchain
- [Post Endpoints](https://docs.deso.org/deso-backend/api/post-endpoints.md): Description of endpoints used to get data related to posts on the DeSo blockchain
- [Messages Endpoints](https://docs.deso.org/deso-backend/api/messages-endpoints.md)
- [Access Group Endpoints](https://docs.deso.org/deso-backend/api/access-group-endpoints.md)
- [Transactions: API](https://docs.deso.org/deso-backend/transaction-utilities.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://docs.deso.org/deso-backend.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.
