> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/introduction-to-avo-assure/accessing-assure-instance.md).

# Accessing Avo Assure Instance

The first step is to set up instance for Avo Assure. Avo instance URL will be shared with the organization's spoc/Admin by Avo team, after approved license agreement.

The admin then will be able to create user profiles and share the following with them:

1. Avo Assure **instance URL** and **credentials to login**
2. **Token** unique to each user

### Viewing TnC and Changing Password

TnC stands for terms and conditions, it is mandatory for the user to accept the TnC (or End User License Agreement) before using the platform. This will strengthen the user experience from security perspective

1. Click the ***Activate your Account*** button in the email received to navigate to the **End User License Agreement** pop up. Click on **"Agree".**

<figure><img src="/files/OceQV7vf3SAewgCE5mxA" alt=""><figcaption></figcaption></figure>

2. Now, User will get prompted to the **Change Password window.**

{% hint style="info" %}
**Note:** Users must change their password during their first login and set a new password.
{% endhint %}

The new password must meet the following requirements:

a) It must contain **8-16 characters long**

b) It must contain at least an **uppercase and a lowercase letter**

c) It must contain **at least a number and a special character**

Once done, click the **Change Password button** and the system will generate a confirmation message that reads Password Changed Successfully

{% hint style="info" %}
**Note:** A validation error will pop up if the mentioned criterion for the new password is not met.
{% endhint %}

### Loging to the Avo Assure Instance

The steps to login to Avo Assure instance are:

{% tabs %}
{% tab title="Step 1" %}
Navigate to the Avo Assure server through a browser.

**Note:** Avo instance is supports Chrome, Edge and fire fox as default browsers
{% endtab %}

{% tab title="Step 2" %}
Accept the TnC (End User Agreement) and enter the valid Avo Assure credentials then Click **Login button.**

<figure><img src="/files/5RTOTvS6DecfeoAk9USE" alt="" width="277"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 3" %}
Once done, The Avo Assure landing page will be displayed
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/introduction-to-avo-assure/accessing-assure-instance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
