# DSCLocateAddress

## Description

Prompt for an address, then highlight the matching region in the [DSC Index](/9.4/ida-actions/opendscindex.md). Useful for finding which image / branch mapping / GOT / gap an address belongs to without having to load it.

Available from the DSC Index context menu, under **Locate**.

<figure><img src="/files/7W3M8318jNmnBQksMV97" alt="Locate > Region by address"><figcaption><p>The "Locate > Region by address" entry in the DSC Index context menu</p></figcaption></figure>

After typing the address, the matching region is selected in the DSC Index and scrolled into view:

<figure><img src="/files/VK9sxggwE7VJcKB444Gi" alt="Locate region by address"><figcaption><p>The DSC Index after locating an address inside a loaded image</p></figcaption></figure>

See [DSC Workflow](/9.4/core/disassembler/concepts/dsc-workflow.md).


---

# 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.hex-rays.com/9.4/ida-actions/dsclocateaddress.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.
