> For the complete documentation index, see [llms.txt](https://docs-embed.anyflow.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-embed.anyflow.jp/recipe.md).

# レシピ

- [CRM](https://docs-embed.anyflow.jp/recipe/crm.md)
- [SalesforceのToDoデータを取得する](https://docs-embed.anyflow.jp/recipe/crm/salesforce-recipe-todo.md): SalesforceからToDoデータを取得する方法について
- [Salesforceの取引先データを取得する](https://docs-embed.anyflow.jp/recipe/crm/salesforce-recipe-account.md): Salesforceから取引先データを取得する方法について
- [Salesforceの取引先データを登録する](https://docs-embed.anyflow.jp/recipe/crm/salesforcenodtawosuru.md): Salesforceから取引先データを登録する方法について
- [Salesforceの商談を取得する](https://docs-embed.anyflow.jp/recipe/crm/salesforce-recipe-opportunity.md): Salesforceから商談データを取得する方法について
- [Salesforceのリードを取得する](https://docs-embed.anyflow.jp/recipe/crm/salesforce-custom-lead.md): Salesforceから取引先データを取得する方法について
- [HubSpotのコンタクトデータを取得する](https://docs-embed.anyflow.jp/recipe/crm/hubspot-custom-contacts.md): HubSpotからコンタクトデータを取得する方法について
- [HubSpotの会社データを取得する](https://docs-embed.anyflow.jp/recipe/crm/hubspot-custom-companies.md): HubSpotから会社データを取得する方法について
- [HubSpotの取引データを取得する](https://docs-embed.anyflow.jp/recipe/crm/hubspot-custom-deals.md): HubSpotから取引データを取得する方法について
- [コミュニケーション](https://docs-embed.anyflow.jp/recipe/communication.md)
- [Slack チャンネルにファイルをアップロードする](https://docs-embed.anyflow.jp/recipe/communication/slackbot-custom-upload-file.md)
- [Slack チャンネルのメンバー情報一覧を取得する](https://docs-embed.anyflow.jp/recipe/communication/slackbot-custom-get-member.md)
- [独自のSlackBotを設定する](https://docs-embed.anyflow.jp/recipe/communication/slackbot-custom-original-bot.md)
- [人事労務](https://docs-embed.anyflow.jp/recipe/hr.md)
- [SmartHRの部署データを取得する](https://docs-embed.anyflow.jp/recipe/hr/smarthr-custom-department.md): SmartHRから部署データを取得する方法について
- [SmartHRの従業員データを取得する](https://docs-embed.anyflow.jp/recipe/hr/smarthr-custom-crew.md): SmartHRから部署データを取得する方法について
- [freee人事労務の従業員データを取得する](https://docs-embed.anyflow.jp/recipe/hr/freee-hr-custom-employees.md): freee会計から従業員データを取得する方法について
- [freee人事労務の勤怠データを取得する](https://docs-embed.anyflow.jp/recipe/hr/freee-hr-custom-work-records.md): freee人事労務から勤怠データを取得する方法について
- [会計](https://docs-embed.anyflow.jp/recipe/accounting.md)
- [freee会計の事業所データを取得する](https://docs-embed.anyflow.jp/recipe/accounting/freee-accounting-custom-companies.md): freee会計から事業所データを取得する方法について
- [freee会計の取引先データを取得する](https://docs-embed.anyflow.jp/recipe/accounting/freee-accounting-custom-partners.md): freee会計から取引先データを取得する方法について
- [freee会計の取引データを取得する](https://docs-embed.anyflow.jp/recipe/accounting/freee-accounting-custom-deals.md)
- [freeeコネクタのスコープを変更する](https://docs-embed.anyflow.jp/recipe/accounting/freee-custom-oauth.md)
- [グループウェア](https://docs-embed.anyflow.jp/recipe/groupware.md): グループウェア
- [Google DriveのOAuthアプリを作成する](https://docs-embed.anyflow.jp/recipe/groupware/custom-oauth-google-drive.md)


---

# 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-embed.anyflow.jp/recipe.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.
