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

# Getting Started

- [Sign Up](https://docs.contiple.com/eng/getting-started/join.md): This guide will help you sign up for the Contiple service.
- [Create a Service](https://docs.contiple.com/eng/getting-started/add-service.md): This section provides guidance on creating and subscribing to Contiple’s core services — Consultation Management Service and Issue Management Service.
- [Add an Agent](https://docs.contiple.com/eng/getting-started/add-agent.md): This section explains how to register agents who will handle Consultations and Issues, and how to organize them into groups.
- [Ticket Handling](https://docs.contiple.com/eng/getting-started/ticket.md): Start ticket-based supports by reviewing customer inquiries received as tickets, responding to them, or transferring them to the appropriate department for resolution.
- [Call Handling](https://docs.contiple.com/eng/getting-started/call.md): Start phone consultations to review and respond to customer inquiries received through phone calls.
- [Chat Handling](https://docs.contiple.com/eng/getting-started/chat.md): You can start a 1:1 chat session with customers through a separate service that includes a Help Center or a Chat Widget.
- [Chat Handling](https://docs.contiple.com/eng/getting-started/chat-1.md): You can start a 1:1 chat session with customers through a separate service that includes a Help Center or a Chat Widget.


---

# 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://docs.contiple.com/eng/getting-started.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.
