> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/fiscal-hosts/setting-up-a-fiscal-host.md).

# Setting up a Fiscal Host

Establishing a Fiscal Host on the platform is just the first step. We recommend that you fill in all your details and settings, including your information, policies, fees, and security. This makes it easier to connect with the Collectives that match your mission.

{% hint style="success" %}
Interested in understanding Open Collective and how it works? Feel free to play around in our staging area first. <https://staging.opencollective.com/> Use a ‘test card’ from Stripe to play with some pretend funds <https://stripe.com/docs/testing#cards>
{% endhint %}

### Getting started with your Fiscal Host

[**Create a Fiscal Host**](/fiscal-hosts/setting-up-a-fiscal-host/creating-a-fiscal-host.md)

Get your host registered on Open Collective

[**Add your host info**](/getting-started/setting-up-your-account.md)

Customize what you want to say about yourself

[**Set host fees**](/fiscal-hosts/setting-up-a-fiscal-host/setting-your-fiscal-host-fees.md)

Establish what you want to charge for what you do

[**Configure receiving money settings**](/fiscal-hosts/receiving-money.md)

Integrate third-party services to receive payments

[**Connect to payment processors**](/fiscal-hosts/expense-payment/paying-expenses-with-wise.md)

Integrate third-party services to make payments

[**Upgrade your security**](/fiscal-hosts/setting-up-a-fiscal-host/fiscal-host-security-old.md)

Enable services such as Two-factor Authentication

[**Add Fiscal Host policies**](/fiscal-hosts/setting-up-a-fiscal-host/fiscal-host-policies.md)

Let Collectives know your rules and entry requirements


---

# 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://documentation.opencollective.com/fiscal-hosts/setting-up-a-fiscal-host.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.
