> 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/master/financial-contributors/organizations.md).

# Organizations

## What is an Organization?

An Organization is a profile that represents a a legal entity instead of an individual. Company's that beome sponsors, as well as legal entities that are hosts are Organizations on Open Collective.

## Why Create an Organization?

* Have your company show up as a sponsor of Collectives
* Enable your employees to support Collectives on behalf of your company
* Make [bulk transfers](/metadocumentation/master/financial-contributors/bulk-transfers.md) so you can send money once and distribute it to Collectives as you wish
* Create a profile to host (become a fiscal sponsor) for a project. [Read more about hosts](https://docs.opencollective.com/help/hosts)

## **How to** Create an Organization

**If you already have an individual profile**

Go to your profile menu (top right) and look for the My Organizations section. Click '+New'. Once set up, you will be able to select your individual or organization profile when making a contribution.

**If you don't have an individual profile yet**

Go through the process of contributing to a Collective, and you'll be able to create both the individual and organization profile during check out.

## How to Edit an Organization

Head to the top right menu to navigate to your Organization profile (make sure you're logged into your Organization, not your personal account).

Click "edit Organization" to change:

* **Info:** name, description, website, twitter
* **Images:** logo and cover picture
* **Members:** add organization members
* **Payment methods:** View, edit and change payment methods (credit cards), and set a monthly spending limit
* **Advanced:** change your Organization's URL

Don't forget to click **save!**

## **How to access an Organization's subscriptions**

The subscriptions link in your user menu will take you to your personal subscriptions. To access your Organization's subscriptions, go to the Organization's page and click "subscriptions" in the nav bar menu. From there you can access the action options to update amount or payment method, or cancel the subscription.

![](/files/-Ls-ARn3wUitrwZf1yV_)


---

# 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/master/financial-contributors/organizations.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.
