# How to find Server URL or Tenant ID

Where to find your Tenant ID or Server URL when connecting with RAC:

* To connect to a SaaS tenant, you will need to provide your tenant ID, which can be found in the settings page of your tenant, or from the tenant selection screen.

[![](https://downloads.intercomcdn.com/i/o/al371us8/1209959306/eddbc89f1a6be1f5586f72a186e2/e6a9d66d-936a-47e3-ac3e-ac819ddc0ed5?expires=1769018400\&signature=66e91e5f2cf2f80955f5e5cda1e205e3539d9ad9de079dc5c948e0bf4db68ac4\&req=dSInH8B7lIJfX%2FMW1HO4zV2fkeN4hffbOD4DW85PwQJGRuJO3WMCy9qnJMYH%0AcyEkP9gcnNhdFhDzrz0%3D%0A)](https://downloads.intercomcdn.com/i/o/al371us8/1209959306/eddbc89f1a6be1f5586f72a186e2/e6a9d66d-936a-47e3-ac3e-ac819ddc0ed5?expires=1769018400\&signature=66e91e5f2cf2f80955f5e5cda1e205e3539d9ad9de079dc5c948e0bf4db68ac4\&req=dSInH8B7lIJfX%2FMW1HO4zV2fkeN4hffbOD4DW85PwQJGRuJO3WMCy9qnJMYH%0AcyEkP9gcnNhdFhDzrz0%3D%0A)

* Connecting to a self-hosted (on-premises) instance is straightforward. You only need the server URL, which typically follows the format: `<api>.domain.com`. For example, if your dashboard is accessible at `dashboard.example.com`, the default server URL would be `api.example.com`.


---

# 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://learn.netmaker.io/help-articles/how-to-find-server-url-or-tenant-id.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.
