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

# Getting started with Anaconda AI Navigator

export const API = () => {
  return <span className="inline_icon">
      <svg class="inline" width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
        <g clip-path="url(#clip0_2642_98)">
          <path fill="currentColor" d="M16.9687 8.71875C18.7187 9.25 20 10.8438 20 12.75C20 15.125 18.0938 17 15.75 17H4.5C2 17 0 15 0 12.5C0 10.5625 1.25 8.90625 3 8.28125C2.96875 5.375 5.3125 3 8.25 3C9.96872 3 11.5 3.875 12.4687 5.1875C12.7813 5.09375 13.125 5 13.5 5C15.4062 5 17 6.59375 17 8.5C17 8.59375 16.9687 8.65625 16.9687 8.71875ZM15.75 15.5C17.25 15.5 18.5 14.2813 18.5 12.75C18.5 11.5625 17.6875 10.5 16.5313 10.1562L15.4062 9.8125L15.4687 8.625C15.5313 7.40625 14.4375 6.15625 12.9062 6.625L11.875 6.9375L11.25 6.0625C10.5313 5.09375 9.43752 4.5 8.25 4.5C6.1875 4.5 4.53125 6.15625 4.5 8.1875C4.5 8.3125 4.5 8.125 4.5 9.34375L3.5 9.71875C2.28125 10.125 1.5 11.25 1.5 12.5C1.5 14.1562 2.84375 15.5 4.5 15.5H15.75Z"></path>
          <path fill="currentColor" d="M5.40366 13.4H4.50366L6.14229 8.74545H7.18321L8.82413 13.4H7.92411L6.68093 9.7H6.64457L5.40366 13.4ZM5.43321 11.575H7.88775V12.2522H5.43321V11.575ZM9.43717 13.4V8.74545H11.1826C11.5402 8.74545 11.8402 8.81212 12.0826 8.94545C12.3266 9.07878 12.5107 9.26212 12.6349 9.49545C12.7607 9.72727 12.8236 9.99091 12.8236 10.2864C12.8236 10.5848 12.7607 10.85 12.6349 11.0818C12.5092 11.3136 12.3236 11.4962 12.0781 11.6295C11.8326 11.7614 11.5304 11.8273 11.1712 11.8273H10.0144V11.1341H11.0576C11.2668 11.1341 11.438 11.0978 11.5712 11.025C11.7046 10.9523 11.8031 10.8523 11.8668 10.725C11.9319 10.5977 11.9644 10.4515 11.9644 10.2864C11.9644 10.1212 11.9319 9.97576 11.8668 9.85C11.8031 9.72424 11.7039 9.62651 11.569 9.55681C11.4356 9.4856 11.2637 9.45 11.0531 9.45H10.2804V13.4H9.43717ZM14.3991 8.74545V13.4H13.556V8.74545H14.3991Z"></path>
        </g>
        <defs>
          <clipPath id="clip0_2642_98">
            <rect width="20" height="14" transform="translate(0 3)"></rect>
          </clipPath>
        </defs>
      </svg>
    </span>;
};

This guide is designed to walk you through the essential steps to begin using Anaconda AI Navigator. It provides guidance on signing in, downloading models, chatting with a model, and loading models into the API server.

<Note>
  For help with installation, see [Installing Anaconda AI Navigator](./install-ai-navigator).
</Note>

## Signing in

Anaconda AI Navigator requires you to have an Anaconda.com account to sign in. If you do not have an Anaconda.com account, click **Get Started** <Icon icon="arrow-up-right-from-square" iconType="regular" /> to register an account for free.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/YGtija9HXl-k020Y/images/ai_nav_sign_in.png?fit=max&auto=format&n=YGtija9HXl-k020Y&q=85&s=bb669a8ca4f2b762d4044b5ceec76c88" alt="ai navigator sign in" width="1922" height="1028" data-path="images/ai_nav_sign_in.png" />
</Frame>

You have several options for account registration:

* Register with a GitHub, Gmail, or Microsoft account
* Sign in manually with an email and password

Once your account is created, or if you already have an account, **Sign In** <Icon icon="arrow-up-right-from-square" iconType="regular" /> using the same method you used to register your account.

## Browsing and downloading models

If you do not have a model downloaded, you can download one of Anaconda's recommended models by clicking <Icon icon="arrow-down-to-line" iconType="regular" /> **Download** on the model tiles shown on the <Icon icon="house" iconType="regular" /> **Home** page, or you can click **Explore Curated Models** <Icon icon="chevron-right" iconType="regular" />  to open the <Icon icon="brain-circuit" iconType="light" /> **Models** page and view a full list of curated models available for download.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/L9avxgVHHWvs6LTX/images/ai_nav_home_no_model.png?fit=max&auto=format&n=L9avxgVHHWvs6LTX&q=85&s=a650356469a53ccc9e44788ac32f83c9" alt="ai navigator home page first look" width="1922" height="1082" data-path="images/ai_nav_home_no_model.png" />
</Frame>

To download a model:

1. Select <Icon icon="brain-circuit" iconType="light" /> **Models** from the left-hand navigation.
2. Locate a model you want to download.
3. Open the **<Tooltip tip="Quantization reduces a model's parameter precision to improve memory efficiency or accuracy. It's like condensing a 300-page manual to 50 pages of essential information.">Quantization</Tooltip> Method** dropdown and select a file quantization level, then click  **Download** to download the model locally.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/L9avxgVHHWvs6LTX/images/ai_nav_model_quant_method.png?fit=max&auto=format&n=L9avxgVHHWvs6LTX&q=85&s=0ad136799fb9ff14dc7900e5928dcfe5" alt="models page quantization method dropdown" width="3460" height="2164" data-path="images/ai_nav_model_quant_method.png" />
   </Frame>

   <Note>
     Models are listed alphabetically by name. Verify that you have the available disk space and RAM required before you download a model.
   </Note>

For more information about models and quantization methods, see [Models](/tools/ai-navigator/user-guide/models).

## Chatting with models

Load the model you downloaded into the chat interface to start using it immediately!

To load a model into the chat interface:

1. Select <Icon icon="message" iconType="regular" /> **Chat** from the left-hand navigation.

2. Open the **Specify Model** dropdown and select your model.

3. Open the **Specify File** dropdown and select your model file.

   <Note>
     If you only have one file for the model, it is automatically loaded into the chat interface.
   </Note>

4. Enter a prompt to chat with the model!

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/ZgqdN7i1L1qurUKy/images/ai_nav_first_chat.png?fit=max&auto=format&n=ZgqdN7i1L1qurUKy&q=85&s=d8b538e7b0d9ca47a3eb0cc7457cbfba" alt="ai navigator chat interface" width="1922" height="1082" data-path="images/ai_nav_first_chat.png" />
   </Frame>

For more information on using the chat feature, see [Chat](/tools/ai-navigator/user-guide/chat).

## Loading a model into the API server

Make inference requests to the model from other applications by loading it into the API server.

To load a model into the API server:

1. Select <API /> **API Server** from the left-hand navigation.

2. Open the **Specify Model** dropdown and select your model.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/L9avxgVHHWvs6LTX/images/ai_nav_load_server_model.png?fit=max&auto=format&n=L9avxgVHHWvs6LTX&q=85&s=1624c4d911443e09729ea5dda3de995f" alt="api server page specify model dropdown" width="3460" height="1686" data-path="images/ai_nav_load_server_model.png" />
   </Frame>

3. Open the **Specify File** dropdown and select your model file.

   <Note>
     If you only have one file for the model, it is automatically selected.
   </Note>

4. Click <Icon icon="play" iconType="solid" /> **Start** to start the server and expose the model to inference requests at the specified server address.

For more information about the API server, see [API server](/tools/ai-navigator/user-guide/api-server).

For step-by-step instructions on how to build a basic chatbot application in Python that makes inference requests to the API server, see our [Developing a chatbot tutorial](/tools/ai-navigator/tutorials/chatbot-tutorial).
