> For the complete documentation index, see [llms.txt](https://documentarians.gitbook.io/metadocumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentarians.gitbook.io/metadocumentation/clone/product.md).

# Product

## Features

### [Collectives](/metadocumentation/clone/collectives.md)

A page to tell the world about your project and engage supporters.

### [Raise Money](/metadocumentation/clone/backers-and-sponsors.md)

Accept donations and sponsorship.

### [Pay Expenses](/metadocumentation/clone/expenses.md)

Reimburse expenses and pay invoices.

### [Transparent Budget](/metadocumentation/clone/collectives/budget.md)

Automatic financial reporting and accountability.

### [Tiers](/metadocumentation/clone/collectives/tiers-goals.md)

Levels or rewards for backers and sponsors.

### [Events](/metadocumentation/clone/collectives/events.md)

Tickets sales go straight to your Collective budget.

### [Gift Cards](/metadocumentation/clone/backers-and-sponsors/gift-cards.md)

Give the gift of giving.

### [Organizations](/metadocumentation/clone/backers-and-sponsors/organizations.md)

Sponsor Collectives on behalf of a company.

### [Backer Updates](/metadocumentation/clone/collectives/communication.md)

Keep your supporters in the loop about your achievements and news.

### [Fiscal Hosting](/metadocumentation/clone/hosts.md)

Create an umbrella entity to support a community of Collectives.

### [Profiles](/metadocumentation/clone/product/user-profile.md)

Tell the world who you are and show off the Collectives you're managing or supporting.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://documentarians.gitbook.io/metadocumentation/clone/product.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
