Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build/agents/create-an-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ Full control from the ground up. Best if you have a specific workflow in mind.
5. Add [Tools](/build/agents/build-your-agent/tools) — give it the actions it needs (search the web, send emails, update your CRM, etc.)
6. Optionally add [Knowledge](/build/knowledge/create-knowledge) — upload docs or connect data sources for context

## Draft and publish

Changes in the agent builder save as a draft. Click **Publish** and confirm in the dialog to make them live. Tests run against the draft, so you can verify before publishing.

## What's next?

Once you've created an Agent, explore the rest of the build guides to refine it:
Expand Down
6 changes: 5 additions & 1 deletion get-started/quick-start-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ If the output isn't quite right, iterate:

Test again after each change. A few rounds of this and you'll have a solid agent.

## Step 4: Share and deploy
## Step 4: Publish your changes

Your changes save as a draft. Click **Publish** in the agent builder and confirm in the dialog to make them live.

## Step 5: Share and deploy

Once you're happy with the output, put your agent to work:

Expand Down
Loading