# How To Use

- [Create Monitor](https://docs.crypitor.com/crypitor-service/how-to-use/create.md): Crypitor allows you to monitor blockchain events in real-time directly from your wallet. Follow these steps to create a monitor:
- [Native Transfer Event](https://docs.crypitor.com/crypitor-service/how-to-use/native-transfer-event.md): Native transfer event data example and explaination
- [Erc20 Transfer Event](https://docs.crypitor.com/crypitor-service/how-to-use/erc20-transfer-event.md): ERC20 (Token) transfer event data example and explaination
- [Erc721 Transfer Event](https://docs.crypitor.com/crypitor-service/how-to-use/erc721-transfer-event.md): ERC721 (NFT) transfer event data example and explaination


---

# 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.crypitor.com/crypitor-service/how-to-use.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.
