1
Sign Up and Create a Workspace
Before you build anything, you need a Beenos Solutions account and a workspace to work in.
- Go to app.beenossolutions.com and click Sign Up.
- Enter your email address and choose a password, or continue with Google or GitHub.
- After verifying your email, you’ll be prompted to create your first workspace. Give it a name that reflects your project or organisation — for example,
Acme SupportorInternal Docs.
2
Add Your First Content Source
With your workspace ready, add the content you want your AI agent to know about.
- In the left sidebar, navigate to Knowledge Bases and click New Knowledge Base.
- Give your knowledge base a name, then click Add Source.
- Choose a source type:
- Document — upload a PDF, Word file, or Markdown file from your computer.
- URL — paste a public web page or sitemap and Beenos Solutions will crawl the content.
- Plain Text — paste or type content directly into the editor.
- Click Process Source. Beenos Solutions will chunk, embed, and index your content automatically. Processing typically completes within a few seconds for small sources.
3
Create an AI Agent and Connect It to Your Knowledge Base
Now create the agent that will query your knowledge base and respond to user questions.
- In the sidebar, go to Agents and click New Agent.
- Enter a name and an optional description for your agent.
- Under Knowledge Base, select the knowledge base you just created.
- Configure your agent’s behaviour:
- Persona — give your agent a name and a short system prompt to shape its tone (e.g., “You are a friendly support assistant for Acme. Answer only from the provided knowledge base.”).
- Response Style — choose between concise, detailed, or bullet-point responses.
- Fallback Message — set the message your agent returns when it can’t find a relevant answer.
- Click Save Agent.
You can connect one agent to multiple knowledge bases, or create separate agents with different personas for different audiences — all from the same workspace.
4
Test Your Agent in the Chat Playground
Before sharing your agent, verify it’s responding correctly using the built-in playground.
- Open your agent and click the Playground tab.
- Type a question that your uploaded content should be able to answer.
- Review the response — check accuracy, tone, and whether the cited sources are correct.
- If a response is off, return to the Knowledge Base tab to review how the source was processed, or adjust the agent’s system prompt.
5
Embed or Share Your Agent
Once you’re happy with how your agent responds, deploy it for your users.Choose one of the following deployment options from the Deploy tab on your agent’s page:
- Hosted Chat Link — share a public URL that opens a full-page chat interface. No code required.
- Embed Widget — copy and paste a single
<script>tag into your website’s HTML to add a chat bubble. - REST API — send queries programmatically and integrate agent responses into your own application or workflow.
If you want to manage knowledge bases, ingest content, or query agents programmatically, head to the API Reference for full endpoint documentation, request examples, and authentication details.