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

# Manage Projects

> Learn how to configure, update, and maintain your Artemis Search projects

## Accessing a Project

In order to manage your project, you'll first have to access it. Simply navigate to the Dashboard page and click on the project card to open the project page.

## Project Details

<Accordion title="Edit Project Details">
  To edit your project's name, description, or model type:

  1. Edit details in the "Project Details" card from your project page
  2. Click "Save Changes" in the top-right corner of the page
</Accordion>

<Accordion title="Delete a Project">
  To delete a project:

  1. Click the "Delete" button in the top-right corner of your project page
  2. Confirm the deletion when prompted

  <Warning>
    Deleting a project is irreversible. Make sure you want to permanently remove the project and all its associated data.
  </Warning>
</Accordion>

## Managing Datasets

<Accordion title="Add a Dataset">
  To add a dataset to your project:

  1. Find the "Datasets" card on the project page
  2. Click "Add Dataset" at the bottom of the table
  3. Name your dataset and upload the file
  4. Wait for the upload to complete (stay on the page during this process)

  <Note>
    Each dataset must be a pandas dataframe saved as a parquet file with an "embedding" column (containing OpenAI text-large-3 embeddings) and a "tag" column (containing associated string values).
  </Note>
</Accordion>

<Accordion title="Activate a Dataset">
  To set a dataset as active for your project:

  1. In the "Datasets" table, click the ellipsis (⋮) next to the dataset
  2. Select "Activate"

  <Warning>
    Only one dataset can be active per project. Activating a new dataset will deactivate the currently active one.
  </Warning>
</Accordion>

<Accordion title="Edit or Delete a Dataset">
  To edit a dataset's name or delete it:

  1. Click the ellipsis (⋮) next to the dataset in the "Datasets" table
  2. Choose "Edit" to rename the dataset, or "Delete" to remove it
</Accordion>

## Managing Machines

<Accordion title="Add a Machine">
  To add a machine to your project:

  1. Locate the "Machines" card on the project page
  2. Click "Add Machine" at the bottom of the table
  3. Wait for the machine to start up (stay on the page during this process)
</Accordion>

<Accordion title="Delete a Machine">
  To remove a machine from your project:

  1. In the "Machines" table, click the ellipsis (⋮) next to the machine
  2. Select "Delete"
  3. Wait for the deletion process to complete
</Accordion>

<Note>
  Your project must have at least one machine to be active. Machines automatically handle load balancing for search requests.
</Note>

## Project Status

Monitor your project's status using the Project Status card in the project page, which displays:

* Monthly Accrued Cost (coming soon)
* Active Machines
* Uptime (coming soon)
* Requests (coming soon)

## Using the Playground

The playground is a tool that allows you to experiment with your project.

<Warning>
  Your project must have an active dataset and at least one machine to use the playground.
</Warning>

Once your project is active (has an active dataset and at least one machine), you can use it in the playground:

You can access the playground in two ways:

1. Click the "Playground" button in the top-right corner of the project page
2. Navigate to the "Playground" tab on the project page and select your project under "Project" in "Settings"

## Next Steps

Now that you know how to manage your projects, you might want to:

* Learn about [API integration](/api-reference/introduction) to incorporate Artemis Search into your applications
* Understand how to [perform a search](/search/performing-a-search)

If you need any assistance with project management, please reach out to our support team at [pallavi@artemisar.com](mailto:pallavi@artemisar.com).
