# Experiment Example

## Experiment Example

- [About](https://example.contributors.org/readme.md)
- [Community guide](https://example.contributors.org/contributor-funding-guides/community-guide.md): A contributor funding guide for the community
- [Contributor guide](https://example.contributors.org/contributor-funding-guides/contributor-guide.md): A contributor funding guide for contributors
- [Contribution attestation guide](https://example.contributors.org/contributor-funding-guides/contribution-attestation-guide.md): A guide for making attestations about contributions
- [Voter guide](https://example.contributors.org/contributor-funding-guides/voter-guide.md): A contributor funding guide for voters
- [Expressive approval voting guide](https://example.contributors.org/contributor-funding-guides/voter-guide/expressive-approval-voting-guide.md): A guide for understanding expressive approval voting
- [Funding operator guide](https://example.contributors.org/contributor-funding-guides/funding-operator-guide.md): A guide for funding operators that help with managing the funding process
- [Priority suggestions](https://example.contributors.org/current-funding-round/priority-suggestions.md)
- [Contribution board](https://example.contributors.org/current-funding-round/contribution-focus.md)
- [Funded contributors](https://example.contributors.org/current-funding-round/funded-contributors.md): List of the funded contributors for this funding round.
- [Alice Adams](https://example.contributors.org/current-funding-round/funded-contributors/alice-adams.md)
- [June 2024](https://example.contributors.org/current-funding-round/funded-contributors/alice-adams/june-2024.md): Contributions for June 2024
- [Candidates](https://example.contributors.org/current-funding-round/candidates.md)
- [Alice Adams](https://example.contributors.org/current-funding-round/candidates/alice-adams.md): Example contributor proposal
- [Bob Baker](https://example.contributors.org/current-funding-round/candidates/bob-baker.md): Example contributor proposal
- [Charlie Collins](https://example.contributors.org/current-funding-round/candidates/charlie-collins.md): Example contributor proposal


---

# 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://example.contributors.org/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.
