# Setting Up Your First Project

To start leveraging Neuraltext for your content operations you will have a predefined "Default Project".

You can think about a project as a collection of content and analytics coming from the same website. Indeed, you can associate a Google Search Console property to a project. Or you can use a Project to organise your strategy about a certain niche, and so on...

To create a new project, go to the <https://app.neuraltext.com/projects/> page, and:

1. Click on the "Create New Project" button from your dashboard.
2. Define your project's language and country to tailor the tool's insights and recommendations to your specific needs.

Congratulations! You're now ready to explore the full suite of Neuraltext's features and start optimizing your content operations.\
\
To link a Google Search Console property to your project you will need to go to the **Performance** section of the project.&#x20;

<details>

<summary>How do I rename a project?</summary>

To rename a document:

1. Go to [All Projects](https://app.neuraltext.com/projects)
2. Select the “Actions” button in the list of projects
3. Select “Settings”. A modal window will open.
4. Type the new name for your project
5. Click on “Save” button

</details>

<details>

<summary>How do I delete a project?</summary>

To delete a project:

1. Go to [All Projects](https://app.neuraltext.com/projects)
2. Select the “Actions” button in the list of projects
3. Click on “Delete Project” button

</details>


---

# 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.neuraltext.com/getting-started/setting-up-your-first-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.
