> ## 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.

# Quick Start

> Basic steps to get started with Jinba App

## Before You Begin

To use Jinba App, you need:

* A Jinba App account (Google account, email address, or your organization's SSO account)
* A modern browser (Chrome, Firefox, Safari, or Edge latest versions recommended)

## Step 1: Log In

<Steps>
  <Step title="Access Jinba App">
    Open your browser and navigate to [Jinba App](https://app.jinba.io/).
  </Step>

  <Step title="Log In">
    Log in with your Google account, or with your email address and password.
    If you're on an Enterprise plan, you can also log in with your organization's SSO.
  </Step>
</Steps>

For more details, see [Login](/en/pages/jinba_app/basics/login).

## Step 2: Chat with AI

<Steps>
  <Step title="Open the Chat Screen">
    Select "Chat" from the side menu.
  </Step>

  <Step title="Send a Message">
    Enter your message in the input field at the bottom of the screen and click the send button.
  </Step>

  <Step title="Review AI's Response">
    The AI's response will appear in the chat screen.
  </Step>
</Steps>

For more details, see [Chat Feature](/en/pages/jinba_app/chat/overview).

## Step 3: Use Connectors

Connectors allow AI to access data from external services.

<Steps>
  <Step title="Enable a Connector">
    Install the connector you want to use from the Connector Management screen.
  </Step>

  <Step title="Call from Chat">
    Type `@connectorname` in the chat, or let AI automatically select the appropriate connector.
  </Step>
</Steps>

For more details, see [Connectors Feature](/en/pages/jinba_app/connectors/overview).

## Next Steps

<CardGroup cols={2}>
  <Card title="Create an Agent" icon="robot" href="/en/pages/jinba_app/agents/agent-builder">
    Create an AI agent specialized for specific tasks
  </Card>

  <Card title="Schedule Tasks" icon="clock" href="/en/pages/jinba_app/tasks/create-task">
    Automate agent execution with scheduling
  </Card>
</CardGroup>
