The Agentic platform AI Agent Platform allows you to create your own agents, customized to the needs of your teams, with each agent having specific instructions and tools to use.
...
A name, used to call the agent in the chat with “@”;
An avatar (or agent image) that will be displayed next to the agent’s name in the chat;
A brief description of what the agent is used for. This description will be displayed on the agent’s presentation card and may help users choose an agent;
A category that designates the context in which the agent is mostly used.
A series of instructions defining therole of the agent, its tasks, what data it has access to, etc. The purpose of the instructions is to guide the agent in the way they should answer;
Info |
---|
Learn how to write instructions for your agents here. |
A model (also known as an LLM or Large Language Model), which is used to retrieve relevant information and generate the answer to the user’s query.
One or more data sources, including documents and external integrations (such as websites or knowledge bases), that the agent should utilize to deliver accurate and relevant information.
...
Info |
---|
Learn more about tools here. |
Tutorial
Iframe | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Build your first agent
Determine your agent’s purpose
...
the instructions your agents should follow such as role, its tasks, what data it has access to, etc.
Info |
---|
Visit this page to learn the best practices for writing instructions: How to write instructions for your agents. |
the AI model to use for your agent. Choose one among the ones proposed in the list.
Info |
---|
Visit this page to see the available models, their characteristics as well as recommendations on choosing the right model for your tasks: How to choose an LLM. |
...
Data sources
...
Next, you should select the data source(s) and , such as external integrations or documents your agent should have access to. Make sure that you only add data sources relevant to the agent’s tasks and avoid adding irrelevant data. Remember that quality is better than quantity.
...
Note that data sources might not be needed depending on your agent’s purpose.
...
You have the option of:
linking adding an external integration:
Click the Link an external integration button External integrations card;
Select the integrations you want to add;Click the Link external integrations button on the bottom right of the page.
Info |
---|
Note that you can also create a new integration by clicking the Add external integration button next to the search bar via this page. |
...
adding a document:
Click the Add documents button Documents card;
Select Click Add Documents, select the documents you want to add;
Click the Link documents button.
, and click Add Documents once more. Note that you can also upload new documents
...
before adding them to the agent by clicking the Upload document button.
...
Provide a description of the documents explaining why your agent should search the documents.
...
Info |
---|
Visit these pages to learn how to create data sources for your agent to use: |
...
You can add one or more tools to your agent by clicking the Add tools button, Tools card and selecting the correct tools for your use case, and clicking Save at the bottom of the page.
...
Publish your agent
Finally, it’s time to decide who can access your agent. Click the Next button on the bottom right of the page to access the Publish step.
...
Builders: anyone with an Agent builder within your organization can edit or chat with the agent.
Only meCreator: the agent will only be available to me the creator of this agent for editing or chatting.
Users (only for chatting): anyone in my organization with an account can chat with the agent.
...
Once you have finished the configuration of your agent, you can test it by switching to accessing the Chat mode and selecting invoking your agent to discuss with them, or you can click the Chat with agent icon next to your agent in the agent list.
...