# promise

## promise

- [Overview](https://polarzero.gitbook.io/promise/readme.md): A quick overview: what is promise? Why? How?
- [Links](https://polarzero.gitbook.io/promise/links.md): Useful links
- [Exploring promises](https://polarzero.gitbook.io/promise/how-to-use/exploring-promises.md): How to explore promises through the website?
- [Creating a promise](https://polarzero.gitbook.io/promise/how-to-use/creating-a-promise.md): How to create a promise?
- [Interacting with promises](https://polarzero.gitbook.io/promise/how-to-use/interacting-with-promises.md): How to interact with your promises?
- [Verifying a Twitter account](https://polarzero.gitbook.io/promise/how-to-use/verifying-a-twitter-account.md): How to verify a Twitter account, and browse the verified users?
- [Indexing an IPFS directory](https://polarzero.gitbook.io/promise/how-to-use/indexing-an-ipfs-directory.md): How to pin the IPFS directory of a promise?
- [Introduction](https://polarzero.gitbook.io/promise/chainlink-external-adapters/introduction.md): How does the App make use of Chainlink to interact with off-chain data & computation?
- [Twitter account verification](https://polarzero.gitbook.io/promise/chainlink-external-adapters/twitter-account-verification.md): How does the External Adapter verify a Twitter account?
- [IPFS & Arweave verification](https://polarzero.gitbook.io/promise/chainlink-external-adapters/ipfs-and-arweave-verification.md): How can we guarantee the integrity of the content attached to a promise?
- [Sending to the IPFS network](https://polarzero.gitbook.io/promise/ipfs-and-arweave/sending-to-the-ipfs-network.md): How is the content of a promise sent to IPFS?
- [Sending to Arweave with Bundlr](https://polarzero.gitbook.io/promise/ipfs-and-arweave/sending-to-arweave-with-bundlr.md): How is the content of a promise sent to Arweave?
- [Catching events from promises](https://polarzero.gitbook.io/promise/the-graph/catching-events-from-promises.md): How does the frontend listen for contract events?


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://polarzero.gitbook.io/promise/readme.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.
