> For the complete documentation index, see [llms.txt](https://docs.contextual.io/documentation-and-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.contextual.io/documentation-and-resources/components-and-data/object-types/object-type-details/records.md).

# Records

The Records tab for an Object Type provides a Data Grid that lists all Records of the Object Type. You can also access all records in the Data section of your Contextual dashboard.

Click on an individual record to see the complete data set for a given record. You can filter, adjust columns and export your records from the Records view.

<figure><img src="/files/4kwii4ct73NoMccGSejN" alt=""><figcaption></figcaption></figure>

#### Deleting All Records for an Object Type

On the Object Type Records tab in the Contextual Workspace UI, there is a Danger Zone to delete all Records of the Object Type. Once confirmed, all Records of that Object Type will be immediately deleted, an operation which cannot be undone.


---

# 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:

```
GET https://docs.contextual.io/documentation-and-resources/components-and-data/object-types/object-type-details/records.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.
