# 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="/files/VyqzU62MFv8Xbv8ph6RV">/files/VyqzU62MFv8Xbv8ph6RV</a></td><td><a href="/pages/F0FBsZVVoPRwOCPvSvJY">/pages/F0FBsZVVoPRwOCPvSvJY</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="/files/pG09aThKMOvu6ilC302T">/files/pG09aThKMOvu6ilC302T</a></td><td><a href="/pages/zJvEttYsgjREsQ5mYgeA">/pages/zJvEttYsgjREsQ5mYgeA</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="/files/3yhzxjUNSNlH6v7qxukj">/files/3yhzxjUNSNlH6v7qxukj</a></td><td><a href="/pages/OnQjZkvUp26xBug6rdEr">/pages/OnQjZkvUp26xBug6rdEr</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="/files/N0CBult0toq7SkFHNiQy">/files/N0CBult0toq7SkFHNiQy</a></td><td><a href="/pages/64qu49WBuaCh5MQzpWMI">/pages/64qu49WBuaCh5MQzpWMI</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="/files/iKwXD1zbpr82t6vgIe5x">/files/iKwXD1zbpr82t6vgIe5x</a></td><td><a href="/pages/TKu6oYgr3Et8SORqS6J1">/pages/TKu6oYgr3Et8SORqS6J1</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="/files/yBUC5TPEDSX1a8TUS4Kd">/files/yBUC5TPEDSX1a8TUS4Kd</a></td><td><a href="/pages/TZkjXsMeR3ZZaz8XmKxg">/pages/TZkjXsMeR3ZZaz8XmKxg</a></td></tr><tr><td><strong>run action</strong></td><td>Cause a defined <a href="/pages/x1GLbkBXNxKaq3bDSPvr">Object Type Action</a> to be run for the Record you specify using its primaryKey (Object Id).</td><td></td><td><a href="/files/QO32hzKDQtcN74yM8LAt">/files/QO32hzKDQtcN74yM8LAt</a></td><td><a href="/pages/IWxfpCQTYThhbf526fGf">/pages/IWxfpCQTYThhbf526fGf</a></td></tr></tbody></table>


---

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