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

# Artifacts

> View, search, and manage content the AI creates in Chat, and share artifacts with your contacts in Messages.

export const ArtifactsFaq = () => <AccordionGroup>
    <Accordion title="Where do artifacts come from?">
      Artifacts are created in <strong>Chat</strong> when the AI model generates structured content during a conversation. webAI saves them so you can open, search, and manage them from the <strong>Artifacts</strong> tab.
    </Accordion>
    <Accordion title="How do I share an artifact?">
      Click the <strong>share</strong> link on an artifact, then select the contact you want to send it to. The artifact is shared in <strong>Messages</strong>.
    </Accordion>
    <Accordion title="Where are my artifacts saved?">
      Open the <strong>Artifacts</strong> tab in the left sidebar to search for artifacts and manage everything the model has created for you.
    </Accordion>
  </AccordionGroup>;

Artifacts are content the AI model creates inside **Chat**, such as a draft, outline, or other structured output. When the model generates an artifact, webAI saves it so you can return to it later.

Open the **Artifacts** tab in the left sidebar to **search** for artifacts and **manage** everything you've saved.

## What you can do

* **Search and browse** artifacts from the **Artifacts** tab.
* **Open** an artifact to review what the model created in Chat.
* **Share** an artifact with a contact in [Messages](/using-webai/messages).

## Share an artifact with a contact

<Steps>
  <Step title="Open the artifact">
    Find the artifact in **Chat** or open it from the **Artifacts** tab.
  </Step>

  <Step title="Click Share">
    Click the **share** link on the artifact.
  </Step>

  <Step title="Choose a contact">
    Select the [contact](/using-webai/contacts) you want to share with. The artifact is sent in **Messages**.
  </Step>
</Steps>

## Common questions

<ArtifactsFaq />
