> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/destinations/categories/ai/openclaw/faq.md).

# FAQ

<details>

<summary>Can I send data from multiple sources to OpenClaw in a single data flow?</summary>

Yes. A Coupler.io data flow can contain multiple sources, and you can use transformations like Join or Aggregate to combine them before sending to OpenClaw. This is useful if you want to analyze, say, sales data plus customer attributes plus support tickets all in one conversation.

</details>

<details>

<summary>How often should I sync data to OpenClaw?</summary>

It depends on your use case. If you need real-time or daily insights, schedule your data flow to run daily or even hourly. For weekly or monthly reporting, a weekly or monthly schedule makes sense. You can adjust the schedule anytime in Coupler.io — just make sure your first manual run completes successfully before enabling the schedule.

</details>

<details>

<summary>Can I preview my data before it goes to OpenClaw?</summary>

Yes. In your Coupler.io data flow, use the "Data set" step in the data flow setup wizard to see a preview of what data will be sent. This is especially useful before your first run — catch any formatting or type issues in advance so your OpenClaw analysis is clean and accurate from the start.

</details>

<details>

<summary>What's the best way to prepare my data for OpenClaw analysis?</summary>

Clean your data before syncing: remove duplicate rows, standardize date and number formats, and give your columns clear, descriptive names ("Customer Name" instead of "CN"). The better your source data, the better OpenClaw's conversational analysis will be. Also consider filtering out unnecessary columns — if a column won't help you answer business questions, leave it out.

</details>

<details>

<summary>Can I use OpenClaw with scheduled data flows, or only manual runs?</summary>

You can use both. Your first run must be manual and successful, but after that you can schedule automatic syncs on any interval you choose — daily, weekly, monthly, or even hourly. Set the schedule in your data flow settings, and Coupler.io will push fresh data to OpenClaw on your timeline.

</details>


---

# 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.coupler.io/destinations/categories/ai/openclaw/faq.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.
