# Configure Your Project

1. Navigate to the [Projects](https://testery.app/testery/projects) page and click the [Add New Project](https://testery.app/testery/projects/new) button.<br>
2. Click **Add Repository** and select the code repository that includes the tests.<br>
3. Select **Default Branch**. This is the version of the tests that will run unless another version is specified.<br>
4. Select your **Testing Framework**. Depending on the framework chosen, you may see different options available. For example, you may be asked where your package.json or wdio.conf files are located. *Answers to these questions are very important as this tells Testery where to find the tests to run.*
5. Click **Save** to save your project.


---

# 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.testery.io/get-started/getting-started-guide/configure-your-project.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.
