> For the complete documentation index, see [llms.txt](https://threadly.gitbook.io/threadly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://threadly.gitbook.io/threadly/profiles/create-a-profile.md).

# Create a Profile

When you send a message to a public or private channel, Threadly sends the message as a bot, with the option to customize the profile photo and name.

{% hint style="info" %}
Messages sent to a user's DM are sent as you. There will be no indication to an end user that Threadly powered the message.
{% endhint %}

Follow the steps below to create a Profile:

{% stepper %}
{% step %}

#### Navigate to the Threadly app

{% endstep %}

{% step %}

#### Under ⚙️ Customization, click “**Manage Profiles**”

{% endstep %}

{% step %}

#### Input a Profile name

Let your creativity soar! If you're sending a message announcing a big product release, you can set the profile name to be "Acme Product Team"
{% endstep %}

{% step %}

#### Input a publicly accessible URL of this Profile photo.

Upon inputting a URL, the modal will show you a preview of how your photo will look. Learn more about [finding a public URL for your image of choice](broken://pages/VZwROZST0RJ2v0rZ7poJ).
{% endstep %}
{% endstepper %}


---

# 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://threadly.gitbook.io/threadly/profiles/create-a-profile.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.
