> For the complete documentation index, see [llms.txt](https://docs.neuraltext.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neuraltext.com/getting-started/setting-up-your-first-project.md).

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