# ⌨️ Usage

**Commands:**

```
osif > help 
```

<figure><img src="/files/JWY9ClSM38MNrVupN56I" alt=""><figcaption><p>help</p></figcaption></figure>

```
osif > show modules
```

<figure><img src="/files/R1LupiISTBYyWhk7jkCD" alt=""><figcaption><p>show module</p></figcaption></figure>

```
osif > search "keyword"
```

<figure><img src="/files/shaj3UcAmaWRCMPba2vv" alt=""><figcaption><p>search</p></figcaption></figure>

```
osif > use blockchain/bitcoin_balance 
```

<figure><img src="/files/nAAvhGX6HI0RRXYIbX1D" alt=""><figcaption><p>use modules</p></figcaption></figure>

```
osif blockchain(bitcoin_balance) > show options
```

<figure><img src="/files/hIXgqDZyYJPc8ils9eOQ" alt=""><figcaption><p>show options</p></figcaption></figure>

```
osif blockchain(bitcoin_balance) > set ADDRESS "address-here"
```

<figure><img src="/files/auhvUI3LCuQxvov4eWHK" alt=""><figcaption><p>set address</p></figcaption></figure>

```
osif blockchain(bitcoin_balance) > run
```

<figure><img src="/files/o2rFihr8ay1hPiZZ4T9F" alt=""><figcaption><p>run</p></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://osif.laet4x.com/usage.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.
