# Quickstart

## Open a TOZ Account

Register for a free developer sandbox and start experimenting with our platform.

[Create Your Free Account](https://dashboard.tozny.com/register)

## Create Your Realm

A realm represents your organization and provides the base URL for your API requests and redirects. For example if your organization is called Acme, a good realm name would be acme.

{% hint style="warning" %}
Realm names should be lower case and only contain letters. The easier they are to remember the better the experience will be for your users.
{% endhint %}

In the dashboard follow these steps:

1. Navigate to TOZ ID on the left menu
2. Select "Realms"
3. Select "Create Realm" and give it a name
4. Select "Manage Realm" to login and administer your realm

## Create a Client Application

A client application is any relying party that interfaces with TOZ ID. Common clients include GSuite, Slack, and Jira. We've got preconfigured quick setup for those and others in the setup screen on the TOZ ID Adminstration page. If you need help configuring a client reach out to us anytime at <support@tozny.com> or checkout the in-depth tutorials on the menu to your left.


---

# 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://developers.tozny.com/toz-platform/tozid-quickstart.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.
