# Agentic AI Workshops

**Foundation for Building AI Applications**

Karini AI provides a comprehensive foundation that enables both newcomers and experienced practitioners to transform their ideas into functioning Generative AI applications. This workshop offers detailed, sequential guidance on every aspect of the Generative AI development process.

**Before You Begin:**

1. Reach out to your Karini AI representative to set up your account.
2. Schedule a 1-hour platform orientation with a Karini AI instructor.
3. Prepare access to either your personal AWS account or one provided by your Karini AI representative.

Refer to the following Instruction for step by step tutorials.

[Agentic RAG](/karini-ai-documentation/agentic-ai-workshops/agentic-rag-legal.md) : Build agentic assistant using knowledge base.

[Intelligent Automation](/karini-ai-documentation/agentic-ai-workshops/intelligent-document-processing.md) : Build Intelligent Document Processing workflow.

[Generative BI](/karini-ai-documentation/agentic-ai-workshops/generative-bi-agentic-assistant.md) : Build a generative BI agentic assistant.


---

# 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://karini-ai.gitbook.io/karini-ai-documentation/agentic-ai-workshops.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.
