Skip to main content

Create an Account

1

Sign up

Go to ansa.so and create an account with email or Google.
2

Create your first agent

After signing up, you’ll be guided through creating your first agent. Give it a name and description.
3

Customize the system prompt

Tell your agent how to behave. For example:
You are a helpful customer support agent for Acme Corp.
Be friendly, concise, and always try to help resolve issues.
If you don't know something, say so honestly.

Add Knowledge

Your agent can answer questions using documents you upload.
1

Go to Knowledge Base

Navigate to the Knowledge tab in your agent settings.
2

Upload documents

Drag and drop PDFs, text files, or Word documents. Ansa will automatically chunk and index them.
3

Add web sources

Enter URLs to sync content from websites. Ansa can crawl and index entire sites.

Install the Widget

Add the chat widget to your website:
<script>
  window.__ansa_config = {
    agentId: "your-agent-id",
    apiUrl: "https://api.ansa.so",
    url: "https://widget.ansa.so"
  };
</script>
<script src="https://widget.ansa.so/embed.min.js"></script>
Find your agent ID in Settings > Widget in the dashboard.

Test Your Agent

  1. Visit your website
  2. Click the chat bubble in the bottom-right corner
  3. Ask a question about your uploaded documents
  4. Watch your agent respond with accurate, context-aware answers!

Next Steps