> 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/exploring-home-page/managing-home-page/projects-in-avo-assure.md).

# Creating Project

Project is the unique workspace created by the user on the Avo Assure Platform. It represents the first step in automation testing. Users create repositories, test cases, and execute processes within the unique projects they have created. Avo Assure landing page allows you to create new projects and sort existing projects by creation date, latest edited, and alphabetical order. This document covers how to create new projects and sort existing project in Avo assure.

{% hint style="info" %}
**Note:** On the landing page of Avo Assure, there is a sample ready on view mode, user can view the working of various features on this project and can use this knowledge while working on the live project. Save option is disabled for this sample.

<img src="/files/QbG6GajytCZbF7jZTZBs" alt="" data-size="original">
{% endhint %}

To add a new project to the Avo Assure, follow the steps below:

1. On **Home** page, select **Create Project** icon.
2. On **New Project** page, enter the **Project Name** and **Description** in their respective columns.

{% hint style="info" %}
By selecting the **Limit Bitbucket pushes to approved or user-assigned artifacts** checkbox, you can restrict Quality Engineers from pushing unassigned or not approved test artifacts.
{% endhint %}

3. Select the checkbox next to each user’s name in the **Select Users column** to add users to the project.

{% hint style="info" %}
You can search for a user by entering their name or email address in the search box.
{% endhint %}

4. Select **User Role** from dropdown.
5. Select **Create** button to create the project with the provided details in Avo Assure.


---

# 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/exploring-home-page/managing-home-page/projects-in-avo-assure.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.
