> 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/using-object-types-in-flows.md).

# Using Object Types in Flows

Within the [Flow Editor](/documentation-and-resources/components-and-data/flows/node-red-flow-editor.md), you will find a section in the Node Palette titled **"object"** which contains several custom node types for working with your Contextual Object Types and Records.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>search object</strong></td><td>Query, filter, sort, and return matching Records of the specified Object Type to your Flow.</td><td></td><td><a href="https://2803907488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJF7AoTYz7NHacejws5p9%2Fuploads%2Fgit-blob-1e9cf720df0a983ecd1ddfa14bdaab588f4c278f%2Fnode-search-object.png?alt=media">node-search-object.png</a></td><td><a href="/documentation-and-resources/components-and-data/flows/node-reference/object/search-object-type.md">Search Object</a></td></tr><tr><td><strong>get object</strong></td><td>Retrieve the details of a Record of the specified Object Type using its primaryKey (Object Id).</td><td></td><td><a href="https://2803907488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJF7AoTYz7NHacejws5p9%2Fuploads%2Fgit-blob-6820fca0ea0ff03ab7531c6f30b02c6bbeabe926%2Fnode-get-object.png?alt=media">node-get-object.png</a></td><td><a href="/documentation-and-resources/components-and-data/flows/node-reference/object/get-object.md">Get Object</a></td></tr><tr><td><strong>create object</strong></td><td>Create a new Record of the specified Object Type by specifying the input from other parts of your Flow.</td><td></td><td><a href="https://2803907488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJF7AoTYz7NHacejws5p9%2Fuploads%2Fgit-blob-60045211c952f376f3dc65e86e9c5e669ecadef1%2Fnode-create-object.png?alt=media">node-create-object.png</a></td><td><a href="/documentation-and-resources/components-and-data/flows/node-reference/object/create-object.md">Create Object</a></td></tr><tr><td><strong>patch object</strong></td><td>Apply a patch to a specific Record of an Object Type, which does not require a complete representation.</td><td></td><td><a href="https://2803907488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJF7AoTYz7NHacejws5p9%2Fuploads%2Fgit-blob-421606347373fda1277a456697a0a90e810ffb35%2Fnode-patch-object.png?alt=media">node-patch-object.png</a></td><td><a href="/documentation-and-resources/components-and-data/flows/node-reference/object/patch-object.md">Patch Object</a></td></tr><tr><td><strong>put object</strong></td><td>Replace an existing Record of an Object Type, with entirely new content, requiring a complete representation.</td><td></td><td><a href="https://2803907488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJF7AoTYz7NHacejws5p9%2Fuploads%2Fgit-blob-c115d6e4dbb9053704c11bc0229f698ba9ad41b9%2Fnode-put-object.png?alt=media">node-put-object.png</a></td><td><a href="/documentation-and-resources/components-and-data/flows/node-reference/object/put-object.md">Put Object</a></td></tr><tr><td><strong>delete object</strong></td><td>Delete a Record of the specified Object Type using its primaryKey (Object Id).</td><td></td><td><a href="https://2803907488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJF7AoTYz7NHacejws5p9%2Fuploads%2Fgit-blob-73a0f8bd6c029218004828acd1d4a0784e931df8%2Fnode-delete-object.png?alt=media">node-delete-object.png</a></td><td><a href="/documentation-and-resources/components-and-data/flows/node-reference/object/delete-object.md">Delete Object</a></td></tr><tr><td><strong>run action</strong></td><td>Cause a defined <a href="/documentation-and-resources/components-and-data/object-types/object-type-details/actions.md">Object Type Action</a> to be run for the Record you specify using its primaryKey (Object Id).</td><td></td><td><a href="https://2803907488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJF7AoTYz7NHacejws5p9%2Fuploads%2Fgit-blob-bface02e20868184de267bf5bfcca1d48a5449bc%2Fnode-run-action.png?alt=media">node-run-action.png</a></td><td><a href="/documentation-and-resources/components-and-data/flows/node-reference/object/run-action.md">Run Action</a></td></tr></tbody></table>


---

# 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://docs.contextual.io/documentation-and-resources/components-and-data/object-types/using-object-types-in-flows.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.
