# Mode Metadata Extracted

### What does Secoda extract from Mode?

{% hint style="info" %}
NOTE: Preview of Mode resources is available in Secoda if permissions are granted.
{% endhint %}

* Spaces
  * Space Name
* Report
  * Report Name
  * Report Description
  * Report Owners
  * Report URL
* Dataset
  * Dataset name
  * Dataset Description
  * Dataset Owner
* Field
  * Field Name
  * Field Type
* Charts
  * Chart Name
  * Chart Description
  * Chart URL
* Queries
* Lineage
  * Mode Chart <-> Mode Report
  * Mode Query <-> Mode Chart
  * Mode Query <-> Mode Dataset
  * Mode Dataset <-> Mode Chart
  * Mode Chart <-> Tables from other sources

{% hint style="info" %}
To determine lineage from Mode, we use the relationships and dependencies provided from the Mode APIs as well as our own Query parser to determine lineage to sources outside of Mode.
{% endhint %}


---

# 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.secoda.co/integrations/data-visualization-tools/mode/metadata-extracted.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.
