# Account Management

When you sign up you will be asked for an account using either your Email or SSO (Google Auth), you will be prompted for an organization name.

Your account is a part of an Organization. That Organization is what is used for issuing:

* API Keys
* Billing
* Inviting Members to Your Org

<figure><img src="/files/WFN29bvY3B1mskQieZe9" alt="" width="278"><figcaption></figcaption></figure>

This is how Organizations and Accounts are related:

<figure><img src="/files/912zP6igmbYvL5T5JrHm" alt="" width="375"><figcaption></figcaption></figure>

When you first join you will be apart of your own organization unless you invite someone to your organization or join another organization.

### Invite Someone to Your Organization

You want to generate a link to your organization by go to the "Invite Member" in the drop down. When you give someone that link, if they have an account they will be added to that organization. If they do not have an account they will be asked to create one.

<figure><img src="/files/1vAv7PnPQjfPJ98VF9zy" alt="" width="375"><figcaption></figcaption></figure>

### Switching Organizations:

In order to switch organizations and what who will be billed [Billing And Payments](/parasail-docs/billing/billing-and-payments.md) You will need to switch your organization:

<figure><img src="/files/M5I3w8hyaCzzRt1nZYqc" alt="" width="313"><figcaption></figcaption></figure>


---

# 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.parasail.io/parasail-docs/security-and-account-management/account-management.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.
