# Example Apps

### 1. App Connect Example

A very simple jQuery and Bootstrap application that requests an auth token from a user and then makes API requests.

**Source code:** <https://github.com/verida/app-connect-example>

### 2. Command Line Chatbot

A simple command line chat bot that uses the PersonalAgentKit langchain tools.

**Source code:** <https://github.com/verida/personal-agent-kit/blob/main/typescript/examples/chatbot/README.md>

### 3. Telegram demo

A simple demo of a Telegram dashboard using the Verida API's.

**Source code:** <https://github.com/SL177Y-0/Verida-Telegram--AutoFetch>

**Demo video:** <https://github.com/user-attachments/assets/9aa2b65a-d15b-4e7c-81f1-c5214ad888ef>

**Credit:** [Rishi Rawat](https://x.com/SL177Y0) from [Cluster Protocol](https://x.com/ClusterProtocol).


---

# 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.verida.ai/getting-started/example-apps.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.
