Build is a section of the Agentic Hub that allows you to create and configure AI solutions.

It includes the following:
- Agents: A system designed to execute specific tasks with some degree of autonomy, capable of proactive planning, reasoning, and integration with external tools and data sources.
- Agentic Processes: A structured sequence of steps in which one or more Agents autonomously make decisions, interact with integrations, and perform actions to achieve a defined goal.
- Flows: Enables the creation of conversational solutions that integrate Assistants and Agents, combining data analysis, external APIs, document interaction, and autonomous task execution.
- Integrations: Allows you to manage a set of tools belonging to the same API as a single unit, enabling your Agents to invoke those actions with consistent configuration within your Project.
- Corpus: A repository of vectorized documents, text files, PDFs, and knowledge chunks that you can create, update, and manage to provide your Agents with structured knowledge resources.
- Reasoning Strategies: A set of predefined prompt-based techniques that guide how an Agent approaches complex tasks, such as step-by-step reasoning, self-correction, or multi-path evaluation.