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

# Clear Finance Cloud

- [Introduction to Clear Finance Cloud](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/introduction-to-clear-finance-cloud.md)
- [Learn Clear Finance Cloud Basics](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/learn-clear-finance-cloud-basics.md)
- [API client](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/learn-clear-finance-cloud-basics/api-client.md)
- [Access token](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/learn-clear-finance-cloud-basics/access-token.md)
- [FTP client](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/learn-clear-finance-cloud-basics/ftp-client.md)
- [How to get Custom Upload Template ID?](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/learn-clear-finance-cloud-basics/how-to-get-custom-upload-template-id.md)
- [CFC API Reference](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference.md)
- [Resources and Masters](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/resources-and-masters.md)
- [Sale Document Line Object](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/resources-and-masters/sale-document-line-object.md)
- [Purchase Document Line Object](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/resources-and-masters/purchase-document-line-object.md)
- [Generate Access Token API](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/generate-access-token-api.md)
- [Ingestion API](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/ingestion-api.md)
- [Ingest Documents via File](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/ingestion-api/ingest-documents-via-file.md)
- [Get Pre-signed URL](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/ingestion-api/ingest-documents-via-file/get-pre-signed-url.md)
- [Upload File to Storage](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/ingestion-api/ingest-documents-via-file/upload-file-to-storage.md)
- [Trigger File Ingestion](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/ingestion-api/ingest-documents-via-file/trigger-file-ingestion.md)
- [Get File Ingestion Status](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/ingestion-api/ingest-documents-via-file/get-file-ingestion-status.md)
- [(Deprecated) Ingest Documents via JSON](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/cfc-api-reference/ingestion-api/deprecated-ingest-documents-via-json.md)
- [Notifications](https://docs.cleartax.in/cleartax-docs/clear-finance-cloud/notifications.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.cleartax.in/cleartax-docs/clear-finance-cloud.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.
