# Creating SDMP Project

### Create a new project

In Visual Studio, select **"File (F)"** > **"New (N)"** > **"Project (P)..."**. In the Create New Project window that appears, search for "SDMP" in the **"Search for Templates (Alt+S)"** window located at the top. Select the desired `SDMP` template from the list of found templates and click the **"Next (N)"** button.

<figure><img src="/files/u2OaSPPxQkoRIObSvtbA" alt="Creating a New Project"><figcaption><p>Creating a new project</p></figcaption></figure>

In the new project configuration window that appears, enter a **"Project name (J)"** and then click the **"Create (C)"** button to create the project.

<figure><img src="/files/zGb1plP71HK8lbcu07lm" alt="New Project Configuration Window"><figcaption><p>New project configuration window</p></figcaption></figure>


---

# 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://swonh.gitbook.io/sdmp-user-manual-eng/getting-started/creating-sdmp-project.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.
