# Feature Docs

## Feature

- [What is Feature?](https://docs.feature.sh/readme.md): Quick overview of Feature & how to start using it.
- [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
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://docs.feature.sh/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.
