# Federations

Any User can create a Federation after account verification. Additional Users can be invited to the Federation to share ownership/billing responsibility. Federation members are responsible for everything that happens within their Federation. A User will continue to have access to Hubble regardless of their membership in a Federation (i.e. campaign volunteers and workers). If someone is not responsible for paying for Hubble – they will more than likely have no idea what a Federation is.

If the Federation is owned by a campaign committee or a political club they’ll more than likely store everything within a default [Universe](/fundamentals/universes.md). If a Federation needs the ability to segment out their data (i.e. a political party or an agency running multiple campaigns) they’ll have the ability to create additional Universes that are owned by their Federation.

If a Federation needs the ability to share data between Universes, even those owned by another Federation, they’ll be able to create a [Multiverse](/fundamentals/multiverses.md).


---

# Agent Instructions: 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:

```
GET https://docs.hubble.vote/fundamentals/federations.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.
