# How Threadly Prevents Impersonation

For security and privacy purposes, messages sent with the Threadly bot ([and not messages sent as you](/threadly/faqs/how-threadly-sends-your-messages.md)) include your actual name as a signature to prevent impersonation within your organization. This is done regardless of the profile photo and name (learn more about [customizing your message's profile photo and name](/threadly/profiles/overview.md).)

In the example below, the user "Zev" is sending a message with the profile name of "Jake." In order for users to know the message's origin, it will say "Sent by @Zev" at the bottom.

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

{% hint style="info" %}
On the free plan, your message will also indicate it was sent with Threadly.
{% endhint %}


---

# 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://threadly.gitbook.io/threadly/profiles/how-threadly-prevents-impersonation.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.
