# Character limits

Each platform has its accepted message character lengths. The character count displays the current count. It turns orange when nearing the maximum limit and red when exceeded.

### First Link as Embed URL (Bluesky only)

If your message includes links they can limit the available text length considerably. You can extend this by moving the first link in the message as a link preview only. This removes the URL from the message body text and attaches it only as a link preview embed in the posting process.

{% tabs %}
{% tab title="Settings" %}

<div align="left"><figure><img src="/files/baA2BYRzBgysoVGOKjY3" alt="" width="375"><figcaption></figcaption></figure></div>

Enable the First Link as Embed URL for Bluesky posts on Settings
{% endtab %}

{% tab title="Current Post Settings" %}

<div align="left"><figure><img src="/files/qsWXHulpyH9TZ0yvsPbR" alt="" width="375"><figcaption></figcaption></figure></div>

You can override the First Link as Embed URL setting for the current draft post only from  Current Post Settings.

{% hint style="info" %}
Current Post Settings are for the current draft only. They are reset after you have posted or deleted the draft.\
\
This allows you to have the general settings on but override them temporarily. For example, if you don't want to use the First Link as Embed URL feature for the current post but want to keep it on for most of the posts.
{% endhint %}

{% endtab %}
{% endtabs %}

<div align="left"><figure><img src="/files/64YOzlhPhUpWwVxBL8T9" alt="" width="304"><figcaption><p>The character count is underlined when this feature is active. <br>Note the difference in the counts.</p></figcaption></figure></div>

{% hint style="info" %}
Notice the position (empty spaces) and line breaks of the message text after the first link has been removed from the main text. \
\
For example, if the link is the last item in your Bluesky message, you can keep the link after the text without any line breaks to avoid empty lines in the final post.
{% 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://docs.nootti.com/posting/character-limits.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.
