# Download an SoftSIM Profile

## Download HEX SoftSIM Profile

> Downloads a profile file associated with a valid task ID, intended for flashing to a Nordic device. The file should be saved with a \`.hex\` extension accordingly.<br>

```json
{"openapi":"3.0.1","info":{"title":"Monogoto SoftSIM API for Nordic Devices","version":"v2.1"},"servers":[{"url":"https://api.monogoto.io/api/v1"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/softsim/nordic/download-hex":{"get":{"summary":"Download HEX SoftSIM Profile","description":"Downloads a profile file associated with a valid task ID, intended for flashing to a Nordic device. The file should be saved with a `.hex` extension accordingly.\n","parameters":[{"in":"query","name":"taskId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"HEX file returned","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}}}}}}}
```


---

# 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.monogoto.io/developer/api/softsim-nordic/download-an-softsim-profile.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.
