> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/platform/control-panel/projects.md).

# Projects

***

## Managing projects using the control panel

Each organization must have at least one project. If you haven’t already created a project, a green button with the text **Create your first project** will appear at the top of the left-hand menu.

The current project is always displayed at the top of the left-hand menu. By clicking the three dots next to the project name, you can change the project's name and color or request its removal.

If you click on the project name or the downward arrow, you can create new projects.

<div align="left"><figure><img src="/files/UAZbSw0V28ONcG5wsk3N" alt="" width="375"><figcaption></figcaption></figure></div>

### The project's ID number

The project's ID number is used for many purposes in Glesys, such as a prefix for usernames in various services like the VPN service. The project's ID number is also used for API calls.

You find the project's ID number in the browser's URL field. For example, the URL might look like this: `https://cloud.glesys.com/#/12345?project=cl43212`. Here, `cl43212` is the project's ID number. The number `12345` is the organization's ID number.

## Managing projects using the API

You can manage your projects using the [API](/platform/control-panel/api.md). To list your current projects, use the [customer/listprojects](https://github.com/GleSYS/API-docs/wiki/API-Documentation#customerlistprojects) endpoint. To create a new project, use the [customer/createproject](https://github.com/GleSYS/API-docs/wiki/API-Documentation#customercreateproject) endpoint.

To edit a project, such as its color, use the [project/edit](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectedit) endpoint. To rename a project, use the [project/rename](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectrename) endpoint. To delete a project, use the [project/delete](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectdelete) endpoint.


---

# 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.glesys.com/platform/control-panel/projects.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.
