Quick Start
This guide gets you from zero to a working widget in under 5 minutes using the AccessAgent cloud.
-
Create an account
Go to panel.accessagent.ai and sign up. On the cloud, you sign in with Google.
For self-hosted, see the self-hosting guide.
-
Create a project
Click + New project in the left column. Give it a name — “My first dashboard”, for example.
The project appears in the project list immediately and is visible to everyone on your team.
-
Talk to the agent
The agent chat is at the bottom of the center panel. Type a message describing what you want to build:
Build me a simple dashboard with three stat cards:total revenue ($84,291), deals closed (142), andaverage deal size ($594). Use a dark theme.The agent starts working. Watch the widget take shape in the center panel as the agent writes files.
-
Iterate
Ask the agent to change anything:
Add a bar chart below the cards showing revenue by month.Use Chart.js from CDN with six months of placeholder data.The agent updates the widget in place, preserving what’s already there.
-
Share with your team
Your teammates can see the project in their left panel and open it. They can use the team chat in the right column to leave feedback, and you can relay requests to the agent.
Tips for better results
Section titled “Tips for better results”Describe the end result, not the steps. “A table showing deals with columns for name, amount, and stage” is better than “create a div with a table inside it”.
Share your data shape early. “Our API returns {deals: [{id, name, amount, stage}]}” helps the agent write better data-handling code.
Iterate in small steps. Add one feature at a time rather than everything in one message. The agent handles small, specific requests more accurately.
Ask questions. “What library are you using for the chart?” and “explain how the filter works” help you understand and maintain what was built.