# Parse Instruction

For Anchor-based projects that wish Solscan to parse their programs, please follow the two simple steps below:

**Step 1**: Publish IDL files onto Solana. Pull request at: <https://github.com/project-serum/anchor/blob/master/docs/src/getting-started/projects.md>

**Step 2**: Send your program IDs to Solscan admins. You can directly DM us via our official twitter: <https://twitter.com/solscanofficial>

Or, please contact one of the followings (via Telegram or within our Official Discord Server)

Here’s an example of a fully parsed and labeled (whitelisted) program on our interface: <https://solscan.io/account/JUP3c2Uh3WA4Ng34tw6kPd2G4C5BB21Xo36Je1s32Ph>

Benefits of being whitelisted on Solscan: Your programs’ info will be intuitively displayed in a detailed manner.

![](https://lh5.googleusercontent.com/GenGC0a2CC_XstBqxnTcCKoTrfPT6deS2ADXbT4NV8qlSKJ-g1Jy2MXlvxcnG09VLAe_l0VrnwDgKcppbAG9yWjFlqUulpy8jcZ_CQTZVuCKTuU8uZPgkpFDzSJB_aCKtm9QpDz0mGe96DB0aw)

When users interact with your programs and then use Solscan for tracking the transactions, your program instructions will be shown with labels, making it more comprehensible for users.


---

# 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.solscan.io/integration/parse-instruction.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.
