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

# Create Organization

After creating your BigGeo account, the next step is to set up your organization, if relevant. This organization will serve as your team's workspace within BigGeo, enabling centralized access to products and tools.

***

## Enter required organization details

To begin, fill out the following **required fields:**

{% stepper %}
{% step %}
**Organization Name:** Choose a unique and representative name for your organization.
{% endstep %}

{% step %}
**Industry:** Select the industry that best describes your organization's focus. This helps BigGeo tailor features to your sector.
{% endstep %}

{% step %}
**Country:** Specify your organization’s base country for localized settings.
{% endstep %}
{% endstepper %}

## Add Optional Organization Information

The following fields are optional but recommended for a more comprehensive setup:

{% stepper %}
{% step %}
**Phone Number:** Enter your organization’s contact number.
{% endstep %}

{% step %}
**Website:** Link your organization’s website.
{% endstep %}

{% step %}
**Short Description:** Add a brief description of your organization’s mission or purpose.
{% endstep %}
{% endstepper %}

## Finalize Organization set Up

Once you’ve entered the necessary details

{% stepper %}
{% step %}
**Review Information:** Double-check that all required fields are accurate and optional information is correct.
{% endstep %}

{% step %}
**Confirm and Complete Setup:** Submit the information to create your organization’s workspace.
{% endstep %}

{% step %}
**Access Your Dashboard:** You’ll be directed to the BigGeo dashboard, where you can start inviting team members and configuring permissions.
{% endstep %}
{% endstepper %}

***

\[Insert Demo Video]

***

## FAQs

<details>

<summary>Can I update the optional details (phone, website, description) later?</summary>

Yes, you can edit these fields anytime in Organization Settings.

</details>

<details>

<summary>Why do I need to select an industry?</summary>

Selecting an industry allows BigGeo to customize relevant features and support options for your organization’s needs.

</details>

<details>

<summary>Can I skip the organization setup step?</summary>

No, completing the organization setup is required to access BigGeo products.

</details>


---

# 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://biggeo.gitbook.io/biggeo/onboarding/create-organization.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.
