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

# Quickstart

> The fastest way to get started with Jinba App Neo

Jinba App Neo is available at **[https://neo.jinba.io/](https://neo.jinba.io/)**.

<Note>
  Jinba App Neo is in Beta, so access requires an invitation or an issued account.
</Note>

## 1. Sign in

<Steps>
  <Step title="Open the sign-in page">
    Go to [https://neo.jinba.io/](https://neo.jinba.io/) and open the sign-in page.
  </Step>

  <Step title="Authenticate with your account">
    Sign in using one of the following methods:

    * **Email address and password**
    * **Google account**
    * **Microsoft account**
    * **SSO** (if enabled for your organization)

    You may need to verify your email address the first time.
  </Step>

  <Step title="Enter your workspace">
    After signing in, the chat screen for your workspace opens. If you were invited, sign in with the email address the invitation was sent to and you will be added as a member automatically.
  </Step>
</Steps>

## 2. Send your first chat

<Steps>
  <Step title="Open a new chat">
    Select "New chat" in the sidebar.
  </Step>

  <Step title="Type a message">
    Write your request in the input box. For example:

    > Research our competitors' pricing pages and summarize them in a comparison table

    <Tip>
      Press `Enter` to send and `Shift + Enter` for a new line (`⌘ / Ctrl + Enter` also sends). The Enter that confirms IME input never sends by accident, and you can change the send key in Settings.
    </Tip>
  </Step>

  <Step title="Watch the AI work">
    You can see the AI thinking and running tools in real time. Use "Interrupt" at any time to stop the current run.
  </Step>
</Steps>

## 3. Create your first agent

Once you are comfortable with chat, create an agent specialized for a specific purpose.

<Steps>
  <Step title="Open the Agents page">
    Select "Agents" in the sidebar and click "New agent".
  </Step>

  <Step title="Set a name and role">
    Enter a name (e.g., Sales Analyst) and a description. With "Auto-generate", the AI drafts a description and system prompt from the name.
  </Step>

  <Step title="Attach resources">
    From the new agent's detail page, attach Skills, Connectors, and Knowledge. See [Attach resources to an agent](/en/pages/jinba_app_neo/agents/attach) for details.
  </Step>

  <Step title="Chat with the agent">
    Start a conversation from the Chat tab on the agent's detail page, or pick the agent with `@` in the chat input box.
  </Step>
</Steps>

## 4. Next steps

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="lightbulb" href="/en/pages/jinba_app_neo/core-concepts">
    Understand how agents, Skills, Connectors, Knowledge, and Memory fit together
  </Card>

  <Card title="Connect jinba-flow" icon="plug" href="/en/pages/jinba_app_neo/connectors/jinba-flow">
    Make your existing workflows callable as tools for the AI
  </Card>

  <Card title="Add Knowledge" icon="book-open" href="/en/pages/jinba_app_neo/knowledge/add-sources">
    Register internal documents to improve the accuracy of the AI's answers
  </Card>

  <Card title="Understand Memory" icon="brain" href="/en/pages/jinba_app_neo/settings/memory">
    Learn how the AI remembers things about you and how to manage it
  </Card>
</CardGroup>
