Categories:
Configure your experience using Generative/RAG
Instructions and best practices for configuring experiences in ATRIA using its Generative AI or RAG (Retrieval-Augmented Generation) capabilities
ATRIA use cases constructors
Overall process workflow
The current section shows the sequence of required tasks for building a use case in ATRIA, whether using Generative AI or Retrieval-Augmented Generation (RAG) capabilities.
Check the specific step of your interest and click on the corresponding block to access the corresponding comprehensive guidelines.
---
config:
theme: base
look: neo
layout: dagre
---
flowchart LR
subgraph s1["Design preset configuration"]
n1["Generative AI"]
n2["RAG"]
end
s1 --> B{"Is it a <br>new preset?"}
B -- Yes --> D["Create <br>a new preset"]
B -- No --> E["Update an <br>existing preset"]
D --> F{"Already <br>existing <br>application?"}
F -- Yes --> G["Add preset <br>to an existing <br>application"]
F -- No --> H["Create <br>an application"]
H --> G
style n1 fill:#FFFFFF
style n2 fill:#FFFFFF
style s1 fill:#d5dade
style B fill:#FFF9C4
style D fill:#d5dade
style E fill:#d5dade
style F fill:#FFF9C4
style G fill:#d5dade
style H fill:#d5dade
style H fill:#d5dade
-
Design preset configuration
Last modified August 13, 2025: feat: Documentation improvement for Shakira release #AURA-30659 [RTM] (f0b40114)