# Getting started

### Step 1: Access the Dedicated Endpoint Creation Page

1. Log into your Segmind account.
2. From the left sidebar on [console](https://cloud.segmind.com/console/dashboard), click on **Endpoints**.
3. Click on **New Endpoint** to begin creating a dedicated endpoint.

<figure><img src="/files/ajvZSNW2W2fsegb5WAe5" alt=""><figcaption></figcaption></figure>

### Step 2: Choose Your Model

1. In the **Create a new dedicated endpoint** section, you will see a **Choose your model** dropdown.
2. Select the model you wish to use. You can find models under **Public Models** or **Your Models**. For this example, we'll select the **Simple Vector Flux** model.

<figure><img src="/files/b3ihqd2IyDusTNGSp180" alt=""><figcaption></figcaption></figure>

### Step 3: Configure the Endpoint

1. In the **Configuration** section, fill in the following details:
   * **Custom Endpoint URL**: Enter a unique name for your endpoint, e.g., `endpoint1`.
   * **Instance Type**: Choose your preferred GPU type (e.g., L40, H100, A40, A100).
   * **Active GPU**: Specify the number of active GPUs you want to use (e.g., 2).
   * **Passive GPU**: Enter the number of passive GPUs (e.g., 4).

<figure><img src="/files/G2HXA0sSwvB1Sf9nRiem" alt=""><figcaption></figcaption></figure>

1. Select the **Scale Type**:

### Step 4: Review Instance Type

1. Review the instance type information on the right-hand side to confirm your selections. It displays the GPU type, CPU count, RAM, and pricing details.
2. Ensure the settings align with your requirements.

### Step 5: Launch the Instance

1. Once you have completed the configuration and reviewed your choices, click on the **Launch Instance** button at the bottom to create the endpoint.

### Step 6: Manage Your Endpoints

1. After launching, you will be redirected to the **Dedicated Endpoints** page.
2. Here, you can view and manage your created endpoints. You will see options to start, stop, or delete endpoints as needed.
3. Click on usage button to see the usage for your endpoint by different granularity.


---

# 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.segmind.com/dedicated-endpoints/getting-started.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.
