# Module

* A **module** in the Move programming language may either be a program or library that can create, transfer, or store assets.
* Let's take a look at how modules are detailed out on Aptscan.ai. The example below is taken from Thala's LP Oracle module.

<https://aptscan.ai/accounts/0x92e95ed77b5ac815d3fbc2227e76db238339e9ca43ace45031ec2589bea5b8c?tab=modules>

<figure><img src="/files/5BDF3EB1DkAWDspchR8D" alt=""><figcaption></figcaption></figure>

On the left side, you will see all the modules that are being stored within this particular account. \
On the right side, you will see the detail of all the modules and how it operates, including the Code and the ABI \
\
Click on **"View Detail"** to give developers more tools to go further into Aptos Modules:\ <br>

<figure><img src="/files/Z8Esw1jza12AlfI8ykJh" alt=""><figcaption></figcaption></figure>


---

# 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.aptscan.ai/browsing-the-site/account/module.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.
