# GenAI SDK and GLChat Hello World

{% hint style="danger" %}
This documentation has been deprecated and moved to the [GL SDK Gitbook](https://gdplabs.gitbook.io/sdk/glchat/tutorials/genai-sdk-and-glchat-hello-world)
{% endhint %}

## Getting Started with Custom Tool and Agent

1. Clone the repository and navigate to the `custom-tool-and-agent` directory:

```bash
git clone https://github.com/GDP-ADMIN/gen-ai-examples.git
cd gen-ai-examples/examples/custom-tool-and-agent
```

2. Setting up:\
   To set up the project, please refer to the respective README file for [custom-tool-and-agent](https://glair.gitbook.io/hello-world/examples/custom-tool-and-agent).


---

# 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://glair.gitbook.io/hello-world/genai-sdk-and-glchat-hello-world.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.
