# 4.9. Autonomous Al-Agent Workflow Diagram

**4.9.1. 🎯 Key Workflow Updates:**

* Agent memory (RAG and Vector DB) is accessed immediately upon receiving an incoming query, instantly providing all relevant lead/client details.
* Memory is utilized again at the end, saving updated context and obtained information.
* The anonymization layer is now distinctly positioned between the custom LLM and the external LLM.

<figure><img src="/files/l2vXG70ns4H4ftBTNcXO" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://secret-pad.gitbook.io/aaa-gitbook/4.9.-autonomous-al-agent-workflow-diagram.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.
