> ## Documentation Index
> Fetch the complete documentation index at: https://docs.release0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What are elements in Release0?

> Explore the fundamental components of an agent dialog, including user input, logic, integration, and AI elements to create complex conversation flows in Release0.

# Elements

Elements serve as the **fundamental components of an Agent dialog**. You can link multiple elements together to construct intricate conversation flows. When adding a element to the Agent flow via drag and drop, it is automatically placed within a group, which can be assigned a title. Every element is contained within a group.

To simplify the process of selecting the appropriate element, they are categorized into different types:

## Agent Dialog elements

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/4hYvy03xcqDAWJXp/images/elements/agent-dialog.png?fit=max&auto=format&n=4hYvy03xcqDAWJXp&q=85&s=af089ca6e5d67c6d64f925a2800670ce" alt="Release0.com - Agent dialog elements" width="217" height="274" data-path="images/elements/agent-dialog.png" />
</Frame>

### User Input elements

User Input elements are used to **ask the user for input**. These elements will pause the conversation and wait for the user to provide input.

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/MimUY9m4TiaqqVxh/images/elements/user-input.png?fit=max&auto=format&n=MimUY9m4TiaqqVxh&q=85&s=ae68dfbc3b7891993f0eb84faabf399b" alt="Release0.com - User Input elements" width="202" height="586" data-path="images/elements/user-input.png" />
</Frame>

### Logic elements

Logic elements are used to **perform background operations**. These elements are not visible to users but are essential for managing complex flows.

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/MimUY9m4TiaqqVxh/images/elements/logic.png?fit=max&auto=format&n=MimUY9m4TiaqqVxh&q=85&s=06dd22a7662c8837dac440a78d0ecdba" alt="Release0.com - Agent logic elements" width="197" height="423" data-path="images/elements/logic.png" />
</Frame>

### Integration  elements

Integration elements are used to **trigger external service operations**.

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/BMYN_fruDBtiWNDa/images/elements/integrations.png?fit=max&auto=format&n=BMYN_fruDBtiWNDa&q=85&s=2716b01ba6f3b9e7b5a02b583acaa458" alt="Release0.com - Integration elements" width="650" height="300" data-path="images/elements/integrations.png" />
</Frame>

### AI elements

AI elements are used to **integrate with AI systems** like ChatGPT, Anthropic, Mistral AI, etc. AI-powered chatbots can interpret complex user queries, understand context, and provide human-like responses.

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/BMYN_fruDBtiWNDa/images/elements/integrations-ai.png?fit=max&auto=format&n=BMYN_fruDBtiWNDa&q=85&s=fc3eab03b620354df57cbfb2bf9256df" alt="Release0.com - Ai integration elements" width="450" height="257" data-path="images/elements/integrations-ai.png" />
</Frame>
