# Project

Once you logged in to Dashboard, create your first project by clicking the "New Project" button.&#x20;

![Projects](/files/DFbuLnOxytnPl9SbT6PK)

Enter your project name and domain url. If you are testing in localhost, you can add the url as  <http://localhost> or <http://localhost:5000>. You can change the url from Project Setting later if you wish.

For mobile app enter the URL as <http://localhost>

{% hint style="info" %}
Mobile App is validated against the API Key and secret from the source. For web applications, the url is one of the key factors to validate the origin along with Key Id and secret.
{% endhint %}

![Create Project](/files/SgNwYRgimJlrmBPWRHF2)

Make a note of your API Key ID and Secret Key

![Key ID and Secret](/files/SXrLrnsS5T1Lp0tDP8LW)

**Select or Change Project**

Make sure you are on the right project when you are changing any configuration. Select your project from the "Your Projects" dropdown from the header. You can also click on the "Project" from the left navigation to go back to your Project list.&#x20;

![Select Project](/files/y0zG65kPZi4hT6vrcUS3)


---

# 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.secuuth.io/setup-configuration/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.
