# Content

This documentation is based on the *FoodCrunch* use case. Please open the link below alongside this page to understand the examples.

{% content-ref url="/pages/-MSTfiNBwo8C1m-UB3WL" %}
[Introduction and Use Case](/id-02-documentation/introduction-and-use-case.md)
{% endcontent-ref %}

**Content** is where you can add or view your actual (existing) content.&#x20;

{% hint style="info" %}
Content can only be added on a published schema.
{% endhint %}

Content could be in one of these 3 stages:

1. **Draft** - when you add content and click **Save**, the content is in draft mode. &#x20;
2. **Published** - when you add content and click **Save and Publish**, the content is published.
3. **Archived** - when content is archived.

To add content to your schema click on the **Schema** (1) i.e `startups` (in this example) and then click **+ New** (2).

<figure><img src="/files/kWIUjxAVLDYrlD2Jm0Dx" alt=""><figcaption><p>Add/view content</p></figcaption></figure>

Then add content depending on the schema. For our *FoodCrunch* use case, we will add information about a few emerging food startups.&#x20;

<figure><img src="/files/xC4jZoYgM9sNZhd8KIY4" alt=""><figcaption><p>Adding Content</p></figcaption></figure>

When complete, click **Save** (3) if you don't want to publish immediately or, click **Save and Publish** if you want to publish immediately.

<figure><img src="/files/IDxhjFXfDYJupOgg6sCA" alt=""><figcaption><p>Saving the content</p></figcaption></figure>

### Other operations on content

* Clone
* Delete


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.squidex.io/id-02-documentation/concepts/content.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
