> For the complete documentation index, see [llms.txt](https://teos-docs.coreledger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teos-docs.coreledger.net/resources/using-additional-apis-of-teos-platform.md).

# Using additional APIs of TEOS Platform

Additional APIs are required to be used along with TEOS API in case TEOS API Consumer doesn't have its own authentication service and needs TEOS Authentication service.&#x20;

[**TEOS Authentication service**](/resources/using-additional-apis-of-teos-platform/using-teos-authentication-service.md) is used to authenticate users for TEOS Platform components including TEOS API.

[**Tenant Management Service /TMS/**](/resources/using-additional-apis-of-teos-platform/using-tms-api.md) is used to get user data and sign up new user in TEOS Platform.

You will need to integrate with both TEOS Authentication service and Tenant Management Service for [authentication and authorization flow of end users within your tenant](/resources/using-additional-apis-of-teos-platform/user-authentication-flow-with-teos-authentication-service-and-tms.md).

**TxServer** is used to authorize user devices for blockchain transactions in TEOS platform and to manage blockchain wallets.


---

# 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:

```
GET https://teos-docs.coreledger.net/resources/using-additional-apis-of-teos-platform.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.
