# Send an email to the candidate

You can send an email to the candidate by clicking the respective button at the top of the [Candidate view](/manage-candidates/candidate-view.md), as shown below:

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

You need to fill the following information:

* **Subject**: Select the country of the recipient's mobile number.
* **Template**: Optionally select one of the [templates ](/settings/manage-templates.md)you have previously created. The email body field will immediately be filled with the template's text.
* **Email body**: Enter the body text of the email.
* **File**: Optionally add a file to be send as an attachment.

Click on the **Send** button to send the message, which will immediately appear in the candidate's [timeline](/manage-candidates/candidate-view.md#activity-timeline).

{% hint style="info" %}
**Advantages of emailing the candidates using SmartCV:**

* The candidate does not know your main corporate email.
* Both outbound and inbound emails are automatically displayed in the candidate's [timeline](/manage-candidates/candidate-view.md#activity-timeline) with all the other relevant information about the candidate.
  {% 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://help.smartcv.co/manage-candidates/candidate-view/send-an-email-to-the-candidate.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.
