> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhc/general/ix-hello-basic-mode/webchat-assistant/direct-chat-link-1.md).

# Direct Chat Link

Now the digital assistant is ready with web chat options. You can obtain and provide a ‘Direct Chat Link’ to this assistant for anyone.

**Note: Authentication is an optional feature which is use case based/determined.**&#x20;

### **Chat Link Authentication**

To successfully initiate a Direct Chat Link, it's imperative to secure the proper Authentication procedures. This process is vital to ensure that only authorized users can access the chat, maintaining the integrity and safety of all communications. You can easily implement this by activating the "Require Authentication" toggle button within your security settings. This step not only bolsters your overall security posture but also provides peace of mind knowing that each session is protected and verified. Proper authentication safeguards personal information, mitigates unauthorized access, and ensures compliance with privacy regulations.

When the toggle button is enabled, it ensures authorized access, complies with IT security requirements, seamlessly integrates with enterprise systems, and secures data.

### Authentication Process for Webchat

When the "Require Authentication" toggle is enabled, the following steps occur:

1. The 'Require Authentication' toggle is added to the webchat settings.
2. Enabling this toggle initiates user authentication upon accessing the bot.
3. If authentication is successful, the user can proceed to use the bot for its intended purpose.
4. If authentication fails, the user receives an 'Invalid Access' message and is denied access.
5. The authentication process is triggered whenever the bot is accessed via URL or embedded webchat.

Click on ‘Manage’ on the Web chat option, you’ll get settings for Web Chat.

<figure><img src="/files/VUHRcRL4KGtVZ1RA3Fk6" alt=""><figcaption></figcaption></figure>

Click on ‘Open’ and this will open the chat assistant in the new browser window.

Note: If you're already logged into the iX Hello app and attempt to use a direct chat link, you'll need to log out of the app first to authenticate successfully.

If you share the direct chat link with outsiders / clients, by enabling both the toggle buttons - Public access and Require authentication. Then below are the steps to follow:

Ensure both "Public access" and "Require authentication" are enabled when sharing the direct chat link with outsiders or clients. Follow these steps to proceed:

1. Enable the "Public access" toggle to allow external access.
2. Enable the "Require authentication" toggle to ensure users authenticate before accessing the chat.
3. Share the direct chat link with the intended users.
4. Instruct users to authenticate using their credentials when accessing the link.
5. Monitor access logs to track usage and access attempts.

<figure><img src="/files/zp8QTG9YNOYfcKkd5JLO" alt="" width="302"><figcaption></figcaption></figure>

Once you click on, Please Login, you will be navigated to the below screen

Enter your Email ID and click Next

<figure><img src="/files/zkGIMCIXyMdXUI0tfpEh" alt=""><figcaption></figcaption></figure>

Once clicked Next, you will be successfully launching the bot though direct chat link.

<figure><img src="/files/cASluujJN0j7tpEgDzBh" alt="" width="375"><figcaption></figcaption></figure>

Imagine all the possibilities, you could attach this direct link to your emails or share it with your customers instantly, to help with their queries.


---

# 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.ixhello.com/ixhc/general/ix-hello-basic-mode/webchat-assistant/direct-chat-link-1.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.
