# General tab

In the General tab of your Project settings, you'll be able to:

* Rename your project
* Set your default timezone
* Set your default locale
* Transfer the ownership of your project
* Delete your project

![](/files/-MWUf_W4JiPFVlgr4Ewc)

{% hint style="danger" %}
Deleting your project cannot be undone. Think about it twice!
{% endhint %}

### Locale

The default Locale settings controls number and date formatting:

* If your locale is set to Auto, the format will depend on the browser locale of the user
* If your locale is set to French, numbers will be displayed as `29 567,13`, dates as `20/03/21`
* If your locale is set to English (United States), numbers will be displayed as `29,567.13`, dates as `03/20/21`


---

# 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.forestadmin.com/user-guide/project-settings/general-tab.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.
