> For the complete documentation index, see [llms.txt](https://guide.indigo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.indigo.ai/getting-started/workspace/docs-and-urls/view-as-sections.md).

# View as Sections

### Overview

The **View as Sections** feature introduces an advanced table view within the **Docs & URLs** section.

It allows you to switch from the default document list view to a structured table where each row represents a **knowledge section** generated during document processing.

<figure><img src="/files/oCGET2uH8aGrL2904JvY" alt=""><figcaption></figcaption></figure>

Each uploaded and processed document becomes a source of sections, aggregated into a single table designed to support:

* dynamic search and filtering
* navigation across documents and sections
* contextual metadata editing
* detailed inspection via side panel

#### How it works

* **Upload & Processing**\
  The document is uploaded and processed through the ingestion pipeline, generating structured knowledge sections.
* **Switch to Sections View**\
  Move from the document list to the **Sections table view** to access all generated sections.
* **Browse & Search**\
  In the table, you can filter and search sections by:

  * ID
  * Document
  * Title
  * Type

  Keyword search also scans the full text of each section, even if not directly visible in the table.
* **View Details**\
  Click on a row to open the side panel and view the full content and metadata of the selected section.
* **Enrich Data**\
  Use the fixed right-side columns to:
  * add new fields
  * edit values
  * label and enrich section data
* **Save Changes**\
  All updates are saved and synchronized with the database, making metadata available to the model.

#### Section Details Panel

Clicking on a row opens a right-side panel with:

* section ID
* source document (with link)
* full editable text
* editable title
* content type
* additional metadata fields (single value per field)
* page range (when available, e.g. for PDFs)

This panel allows quick inspection without leaving the table and supports direct editing of section content and metadata.

<figure><img src="/files/q06FdTzHNpINtzTyQF2I" alt=""><figcaption></figcaption></figure>

#### Custom Columns

The fixed right-side area of the table is dedicated to enriching sections:

* add custom columns (e.g. Category, Product, Notes)
* assign values directly in cells
* apply values to multiple rows using checkboxes

By default, the area shows an empty column with an add button. As columns are added, they remain fixed during horizontal scrolling.

<figure><img src="/files/TEyizNutiqvY91QoD3Ir" alt=""><figcaption></figcaption></figure>

#### Add Sections or Import Data

From the actions menu, you can:

* add a new text section
* import files (`.csv`, `.xls`, `.xlsx`)

<figure><img src="/files/Lyjp3ZLecHPpVX3JkRDD" alt=""><figcaption></figcaption></figure>

New entries are added as grouped rows labeled **“Section added”** within the related document.

#### Manage Added Sections

Manually added sections can be easily managed from the table:

* **Delete sections** → remove selected sections
* **Hide sections** → temporarily exclude sections without deleting them

You can apply these actions to one or multiple sections using the checkboxes.

<figure><img src="/files/x2BtaFBdh6QTdQ3aQg6s" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.indigo.ai/getting-started/workspace/docs-and-urls/view-as-sections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
