# Base URL

TapTalk.io needs to use API Base URL to be able to communicate and retrieve data to TapTalk.io server.

This base URL will be used in initialization of [TapTalk.io's iOS SDK](/powertalk-chat-sdk-documentation/powertalk-ios/get-started.md#step-5-initialize-taptalk-io-in-your-application-class) or TapTalk.io's Android SDK, or to call TapTalk.io's Platform API method. You can see the implementation by accessing iOS SDK Initialization or Android SDK Initialization.

To obtain Base URL for API, simply login to [TapTalk.io Dashboard](https://dash.taptalk.io/), go to **Development** > **Configurations**. You can copy Base API URL for TapTalk.io's mobile SDK implementation or to call TapTalk.io's Platform API methods.

![](/files/-MHMD1DuIhptIkrKdzOL)


---

# 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.taptalk.io/powertalk-chat-sdk-documentation/powertalk-server-api/base-url.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.
