# Organizations

With TF Platform, you can manage Organizations that serve as **top-level** entities, allowing the creation and management of multiple projects. You can easily register an organization using your TF Platform account.\
\ <br>

<details>

<summary>Steps to Join an Organization</summary>

1. **Receive an Invitation**\
   An invitation to join an organization will be sent to you by the organization owner.<br>
2. **Ensure You're Signed In**\
   Log in to your TF Platform account.<br>
3. **Access the Invitation**\
   Click on the invitation link provided in your email or notification.<br>
4. **Review Organization Details**\
   Check the organization name and details to ensure it’s the correct organization you wish to join.<br>
5. **Accept the Invitation**\
   Follow any prompts to confirm your membership in the organization.
6. **Receive Confirmation**\
   Once your membership is confirmed, you will receive a notification that you’ve successfully joined the organization.

</details>

<details>

<summary>Steps to register an Organization</summary>

1. Log in to your TF Platform account.
2. Select **Organizations** from the menu
3. **Register Your Organization**

* Select **Organizations** from the menu.
* Click **Register Organization** and fill in the following details:
  * **Organization Name**
  * **Registration Number**
  * **Country & Address**
* Click **Register**.\
  After this step, your organization will be registered in the system.<br>

</details>

{% hint style="info" %}
Users can be members of multiple organizations if invited by the admin of other organizations. However, you can only register and own one organization for your TF Platform account.&#x20;
{% endhint %}


---

# 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.simptel.com/tf-platform/administration/organizations.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.
