# Resources

- [Contracts](https://docs.paintswap.io/misc/contracts.md)
- [API Endpoints](https://docs.paintswap.io/misc/api-endpoints.md): List of endpoints used by the client application to communicate with the Paintswap API and contracts
- [Discord Sales Bot](https://docs.paintswap.io/misc/discord-sales-bot.md): Invite our Paintswap Sales bot to your discord channel to receive messages when sales, listings, offers or bids are made on selected NFT collections
- [Media Kit](https://docs.paintswap.io/misc/media-kit.md)
- [Bugs & Reports](https://docs.paintswap.io/misc/bugs-and-reports.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.paintswap.io/misc.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.
