# Guides

- [Create a Deal using GitHub Labels](https://docs.feature.sh/guides/create-a-deal-using-labels.md): Use Feature's dashboard and GitHub labels to easily create new deals to provide incentives to your developers
- [Auto dealing](https://docs.feature.sh/guides/auto-dealing.md): Create crypto-incentives in one click
- [Double escrow](https://docs.feature.sh/guides/double-escrow.md): Different rewards, for different contributors!
- [Claim your Reward](https://docs.feature.sh/guides/claim-your-reward.md): Say you contributed.
- [Challenge a Claim](https://docs.feature.sh/guides/challenge-a-claim.md): Challenge the developer if the specifications are not met.
- [Execute a Payment](https://docs.feature.sh/guides/execute-a-payment.md): Send or get the reward for the good work!
- [Get refunded](https://docs.feature.sh/guides/get-refunded.md): Receive your money back if nobody has claimed your Deal on time.
- [Create a deal using GitHub comments](https://docs.feature.sh/guides/create-a-deal-using-comments.md): Attract developers with a reward


---

# 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.feature.sh/guides.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.
