# List Instances

## axiom-ls

Now you have spun up an instance, you can run `axiom-ls` and get a list of all running instances.

### Example Usage

```
Listing instances in account: aws
Instance  Primary IP      Backend IP     Region      Type       Status   $/M
test01   34.223.252.120  172.31.15.197  us-west-2c  t2.medium  running  33.872
test02   54.149.117.15   172.31.3.67    us-west-2c  t2.medium  running  33.872
test03   18.237.235.64   172.31.6.251   us-west-2c  t2.medium  running  33.872
test04   54.187.47.29    172.31.15.201  us-west-2c  t2.medium  running  33.872
test05   54.245.147.45   172.31.9.104   us-west-2c  t2.medium  running  33.872
_         _               _              Instances   5          Total    $169.360
```


---

# 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://ax.attacksurge.com/overview/quickstart-guide-1/list-instances.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.
