# Find One

**Introduction**

The "Find One" step retrieves a single entry from a specified table in the database. This step is useful for fetching a specific record based on table conditions.

**Configuration**

* **Table**: Specifies the table to retrieve the entry from. This parameter is required.

**Subpaths**

* **Filter**: Provides access to the columns of the specified table. These can be used to define conditions or specify what data to include.

**Outputs**

* **Value**: The retrieved entry, represented as a row object containing values for all columns in the 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.flexy.bot/modules/database/steps/find-one.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.
