> For the complete documentation index, see [llms.txt](https://pango.gitbook.io/paas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pango.gitbook.io/paas/console-details/project-settings/general.md).

# General

### General parameters

To log into your project, you should use the Project ID. You can see the Project ID in the top left under the project name (*"sbe\_tranquility"* in this example):

![Project ID example](/files/-Mb7IVjBsxbbxooS1nOF)

Then, go to the *"Settings"* menu item and choose the *"General"* tab. The parameters are as follows:

* **Private Key** - a password of the Partner API.
* **Company name** - the name of a project owner's company.
* **Type** - the project type.
* **Default License** - you can select the default license for newly registered users. Below is the list of licenses:

![Default license dropdown](/files/-M5hGa1CigjNFjsOmWLk)

Each license has 2 parameters. The first parameter is the devices limit, the second parameter - the concurrent sessions limit (not used anymore). For example, the license "20-100" sets the following limits to a user: 20 devices and 100 concurrent sessions. The "*default*" license sets no limit on the number of devices and concurrent sessions.

* **Config** - you can see and change the specific project parameters (JSON format). Details:

{% content-ref url="/pages/-M5Sqav70ouaWKAuPAXD" %}
[Project config description (JSON format)](/paas/console-details/project-settings/general/project-config-description-json-format.md)
{% endcontent-ref %}

* **Optimal location** - this parameter switches the "Optimal location" setting for this project on or off. By default, this parameter is switched on ("*enabled*"). As a result, your application will ask for credentials without the "*Location*" parameter. The Platform will provide the optimal (nearest) VPN nodes for connecting. If this parameter is set to "*disabled*", you should set location for any credentials request. A request for credentials without the location parameter will return the error.
* **Network template** - not used anymore.
* **Description** - text description of the project.
* **Icon** - you can set the icon for the project. You can see this icon in the list of projects.

{% hint style="info" %}
**Private** **Key** and **Config** fields are masked by default. You can reveal the real value by clicking on the <img src="/files/-MlB8Esbel3xl2WT_Cqq" alt="" data-size="line"> button and hide it back by clicking on the <img src="/files/-MlB8NI02fv1zeW6dxdl" alt="" data-size="line"> button
{% endhint %}

### Actions

* **Upload image** - click the button and select a file to upload (see parameter "**Icon**").
* **Save changes** - click the button to save all changes on the General screen.
* **Delete project** - click the button to delete the project. For the approval of this action you should manually input the Private Key (see parameter "Private Key") and click the "Delete project" button:

![Delete project dialog](/files/-M5hEZygeszhPQ4t4cA8)

{% hint style="warning" %}
Project deletion currently does not remove the project completely and rather disable it if there is at least one user left
{% endhint %}

{% hint style="danger" %}
**Caution**: if a project is really deleted (not disabled), it is impossible to restore it
{% endhint %}


---

# 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:

```
GET https://pango.gitbook.io/paas/console-details/project-settings/general.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.
