# Creating a tenant for your Organization

After you have selected a purchase or trial option for FenixPyre, we will begin the process of creating a tenant for your organization. To proceed, please provide the following details. Be sure to complete all [onboarding prerequisites](/fenixpyre-for-admins/getting-started/prerequisites-checklist.md), before submitting this information.

### **Creating a New Tenant in FenixPyre**

To create a new tenant for a customer, the following details are required:

| Information     | Description                                                                               | Example               |
| --------------- | ----------------------------------------------------------------------------------------- | --------------------- |
| Org ID          | A unique identifier of the organization                                                   | org-fp-demo           |
| Admin Email     | Provide the admin user's email address. This email will receive the login credentials for | <admin@fenixpyre.com> |
| Number of Seats | The number of user seats to be allocated in the trial version.                            | 20                    |

Submit this information to your FenixPyre point of contact or through [FenixPyre Support](mailto:support@fenixpyre.com), and we will set up your organization's tenant. The administrator will then receive an invitation to the FenixPyre dashboard.

### **Admin Invitation to FenixPyre**

Once the FenixPyre team has processed your request to join the platform as an admin, you will receive an email inviting you to access the FenixPyre admin dashboard. The email will contain the following details:

* **Organization ID**: The unique identifier for your organization (e.g., `fp-demo`).
* **Admin Dashboard URL**: The URL where you can log in and manage your organization’s FenixPyre settings (e.g., `admin.anchormydata.com`).

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

You will need to click on the **Accept Invite** button within the email to confirm your role as an admin. This link will expire within a few days, so make sure to accept it promptly.

Once the admin has logged in, the admin can invite other admin users as needed. Please read the next document for the next steps

{% hint style="info" %}
You will receive a Slack invitation to join our channel. We recommend joining for quicker support and guidance from the FenixPyre team. You'll also get regular FenixPyre product updates through this channel.
{% 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.fenixpyre.com/fenixpyre-for-admins/getting-started/creating-a-tenant-for-your-organization.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.
