# Like A Tweet

## Objective Description

This objective requires the user to like a specific tweet.&#x20;

## Objective Setup

### Required Fields

1. Twitter URL - Enter the URL for the Tweet you want users to Like
   1. Ex. <https://x.com/username/status/0000000000000000000>

### Optional Fields

1. None

<figure><img src="/files/1HWFq8Olx7WcmgbB036J" alt=""><figcaption></figcaption></figure>

## User Interaction

When the user clicks the "Like" button their account will automatically like the Tweet linked to the objective and mark the objective as "Completed."

If the user has already liked the tweet the "Like" button will verify that the user has already performed the action and mark the objective as "Completed." If the user has not performed the action, they will receive an error message and be prompted to perform the action.

Users will also see an embed of the tweet and have a button to open a new tab to view the Tweet on X.&#x20;

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


---

# 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.mvhq.io/for-teams/create-a-misison/objectives/twitter-objectives/like-a-tweet.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.
