> 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/products/storage/object-storage/how-tos/create-an-instance.md).

# Create an instance

***

## Create an instance using the control panel

Before creating an object storage instance, ensure you are in the correct [project](/platform/control-panel/projects.md). The instance will be created within the current project.

First, click on **Object Storage** in the left-hand menu under **Storage**. Then, click **Create** on the right or **Create new instance** in the center if this is the first instance.

<div align="left"><figure><img src="/files/1zN0mopqFAl5zmX8PyE0" alt=""><figcaption></figcaption></figure></div>

In the dialog box that appears, select the data center where you want the instance to be located. In this example, we choose Falkenberg. Also, provide a description for the instance to clarify its contents.

To create an initial bucket automatically, keep the option **Add a default bucket** checked.

Once all selections are made, click **Create new instance**.

<div align="left"><figure><img src="/files/YLvyM4xhS1yNV6IIWuiI" alt=""><figcaption></figcaption></figure></div>

A dialog box appears with information about your instance, including the keys to access it and the name of the first bucket created for you.

The *endpoint* hostname needed to connect to the instance is also displayed here. All this information must be saved, as the secret key cannot be viewed again once the dialog box is closed. The name of the initial bucket cannot be viewed again from the control panel; it can only be viewed from a client program.

<div align="left"><figure><img src="/files/T7gRbHxGdI7GhZbeK4MK" alt=""><figcaption></figcaption></figure></div>

The instance is now ready, and you can view it in the **Object Storage** overview.

## Create an instance using the API

To create an object storage instance using the [API](/platform/control-panel/api.md), use the [objectstorage/createinstance](https://github.com/GleSYS/API-docs/wiki/API-Documentation#objectstoragecreateinstance) 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:

```
GET https://docs.glesys.com/products/storage/object-storage/how-tos/create-an-instance.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.
