# Launch the Instance

In the process of launch instance, you will be directed to 7 step process which will define the operating system, space, configurations, etc. On the left-hand side of the EC2 dashboard, click on the "**Instances**" option. Click the "**Launch** **Instance**" button and follow these steps.

**Step 1:** Choose an Amazon Machine Image (AMI)

**Step 2:** Choose an Instance Type

**Step 3:** Configure Instance Details

**Step 4:** Add Storage

**Step 5:** Add Tags

**Step 6:** Configure the Security Group

**Step 7:** Review Instance Launch and Select Key Pair


---

# 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://help.pokerscript.net/server-setup/launch-the-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.
