# Call

- [Make phone call](https://docs.talkstack.ai/call/make-phone-call.md): This section explains how to use the makeCall endpoint to initiate calls using TalkStack's API.
- [Get call data](https://docs.talkstack.ai/call/get-call-data.md): This section explains how to use the /call endpoint to initiate calls using TalkStack's API.
- [Get call history](https://docs.talkstack.ai/call/get-call-history.md): This section provides instructions for using the /call/get-call-history endpoint to retrieve the status and details of a list calls made through our API.
- [Get call analysis](https://docs.talkstack.ai/call/get-call-analysis.md): Retrieve details of a specific call
- [Call disconnection reasons](https://docs.talkstack.ai/call/get-call-analysis/call-disconnection-reasons.md): Find the Disconnection Reason through Dashboard or get-call API.
- [Batch calls](https://docs.talkstack.ai/call/batch-calls.md): This section provides instructions for using the /call/batch-call endpoint to retrieve the status and details of a list calls made through our API.


---

# 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.talkstack.ai/call.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.
