# First-Time Login

## First-Time Login

Use your organization invite or assigned access to sign in for the first time.

### Before you begin

* Confirm your work email address.
* Make sure your role is assigned.
* Prepare any required verification step.

### Sign in and confirm setup

{% stepper %}
{% step %}

### Open your invite or sign-in page

Use the email address your organization registered in TZone.
{% endstep %}

{% step %}

### Complete your first sign-in

Finish any password or verification step your organization requires.
{% endstep %}

{% step %}

### Review your profile

Confirm your name, department, reporting line, and role access.
{% endstep %}
{% endstepper %}

### Next steps

* Open [Dashboard Overview](/getting-started/dashboard-overview.md).
* Review [User Roles](/getting-started/user-roles.md).
* Start your first workflow in the guide for your role.


---

# 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.techzala.com/getting-started/first-time-login.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.
