> ## 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)
  </Step>

  <Step title="Enter your workspace">
    After signing in, the chat screen opens. If you were invited to a workspace, signing in with the email address the invitation was sent to adds you as a member automatically.

    On your first sign-in you may land in a workspace of your own — use the workspace name button at the top of the sidebar to switch to a workspace shared with your organization.
  </Step>
</Steps>

<Note>
  If this is your first time, you first need to complete **invitation email → sign up → accepting the organization invitation**. See [First Login](/en/pages/jinba_app_neo/first-login) for the full walkthrough.
</Note>

## 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">
    Open the configuration panel with the **gear icon** on the new agent's detail page, then 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 right 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>
