> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uw.stargate.is/llms.txt
> Use this file to discover all available pages before exploring further.

# 01 - Onboard New Agents

> Tutorial on How to Onboard New Agents

In this tutorial, you will learn how to onboard new agents as an **issuer** using the Universal Wallet platform.

<Panel>
  ```mermaid theme={null}
  graph TD
      A[Issuer] -->|Create Agents| B[Agent]
  ```
</Panel>

<Steps>
  <Step title="Log in as Issuer">
    Head over to the Universal Wallet Demo ([https://uw.stargate.is](https://uw.stargate.is)) and log in with the issuer account credentials provided in the [Objectives](./objectives.mdx) tutorial.
  </Step>

  <Step title="Navigate to the Agent Management Dashboard">
    Once logged in, navigate to the Agent Management Dashboard by clicking on the "Issuer" tab in the main navigation menu.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/interstellar-5816d96c/images/uw_issuer_agents_dashboard.png" alt="Agent Management Dashboard" />
  </Step>

  <Step title="Select 'New Agent'">
    In the Agent Management Dashboard, locate and click on the "New Agent" button to start the agent onboarding process.
  </Step>

  <Step title="Enter Agent Details">
    Fill in the required details for the new agent you wish to onboard, including:

    * Agent Name
    * Super Admin Phone Number: This will be used for agent login and 2FA setup. This account can set up additional agent users later.
          <img src="https://mintlify.s3.us-west-1.amazonaws.com/interstellar-5816d96c/images/uw_new_agent_form.png" alt="New Agent Form" />
  </Step>

  <Step title="Confirm and Onboard">
    Review the agent details you have entered. If everything looks correct, click on the "Confirm" button to onboard the new agent.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/interstellar-5816d96c/images/uw_agent_onboard_confirmation.png" alt="Agent Onboarding Confirmation" />
  </Step>

  <Step title="Verify Onboarded Agents">
    After onboarding, navigate to your agent list in the Issuer Dashboard to verify that the new agents have been successfully onboarded and are available for token distribution.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/interstellar-5816d96c/images/uw_agent_list.png" alt="Agent List" />
  </Step>
</Steps>
