# Follow An Account

## Objective Description

This objective requires a user to follow a specific Twitter account

## Objective Setup

### Required Fields

1. Twitter Username - Enter the username for the Twitter account you want users to follow
   1. Example: @Username

### Optional Fields

1. None

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

## User Interaction

When the user clicks the "Follow" button their account will automatically follow the Twitter Account linked to the objective and mark the objective as "Completed."&#x20;

If the user has already followed the Twitter Account the "Follow" button will verify that the user has already completed 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.&#x20;

Users will also see the Twitter Username and have a button to open a new tab to view the Twitter Account on X.&#x20;

<figure><img src="/files/Fw0hYURdcIPuawNbsvGY" 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/follow-an-account.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.
