# OpenDSCIndex

## Description

Open the **DSC Index** subview, which lists every image, branch island, branch mapping, GOT and gap of the currently-loaded Dyld Shared Cache. From there you can pick what you want to load and trigger the various DSC actions (`Load`, `Locate`).

Available under **View > Open subviews** when the current database is a Dyld Shared Cache.

<figure><img src="/files/3qTiTzIA7twecE9pdCOp" alt="DSC Index widget"><figcaption><p>The DSC Index widget</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/opendscindex.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.
