Documentation > Documentation > Craftly Robot > Getting Started > Your First Robot

Your First Robot

After signing in, you can start interacting with your Robot.

Craftly Robot is a real AI system, not a simple chatbot.

Like ChatGPT and other modern AI assistants, Robot can understand natural language, reason about requests, maintain conversational context, and respond naturally.

The important difference is what happens after the response.

A conventional conversational interaction often looks like:

User → AI → Answer

Craftly Robot is designed around a broader agentic loop:

User → Understand → Reason → Discover → Communicate → Coordinate → Result

The purpose is to allow the conversation to become the beginning of an actual workflow.

Robot as an Agent

An AI agent is generally more than a model generating text. Modern agent architectures combine a model with instructions, tools, execution loops, state, and safety controls so the system can perform work rather than only generate responses.

Craftly Robot follows this broader direction.

Your Robot can use your request as a goal, determine what information is required, identify relevant participants, communicate with other agents, and coordinate the next steps.

A Simple Example

Imagine you say:

“I need a BUET teacher for a Class 9 student who can teach four days a week for a monthly salary of ৳5,000.”

Robot can understand that this is not simply a question.

It is a real world request with constraints.

The system can identify:

  • The service required
  • The student's level
  • The qualification requirement
  • The schedule
  • The budget
  • Other relevant conditions

From there, Robot can move into discovery and coordination.

That is the core idea behind Craftly Robot:

The user provides the goal; the agent works through the coordination required to pursue it.