# Examples

## Examples

[Simple example of creating and restoring a channel](https://github.com/BIoTws/example-biot-channels)

The following examples are well described in [this article](https://hackernoon.com/biot-real-examples-of-work-of-our-system-20ed741c74a1), please read it first.

[DIY1 - Purchase action](https://github.com/BIoTws/DIY-1_Acquisition_of_activity)

[DIY2 - Fee for time of use](https://github.com/BIoTws/DIY-2_Pay_per_use)

#### In the future we will supplement the examples!


---

# 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://biot-ws.gitbook.io/biot-core/channels/examples.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.
