> For the complete documentation index, see [llms.txt](https://help.sidekick.education/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sidekick.education/more/templates-and-resources/email-templates.md).

# Email template for students to recruit experts for projects

## Requesting an Interview

{% hint style="info" %}
Use this template to help you get an interview with an expert.

Also check out [this guide on the Muse](https://www.themuse.com/advice/how-to-ask-for-an-informational-interview-and-get-a-yes), [this guide from 75 to Go](http://www.75togo.com/contribute/interview-email-template/), and [this guide on the Huffington Post](https://www.huffingtonpost.com/susan-p-joyce/get-that-interview-with-a_b_4996669.html) for some additional tips and templates. These guides suggest how to get interviews for a variety of purposes, but their points are still useful regardless of your goal.
{% endhint %}

### Subject

```
High School Student Seeking Your Expertise for {{Project_Field}} Project
```

### Body

```
Dear {{Recipient}},

I'd love your help with a project we're working on for a project at my high school. For our project, we are {{One-line Description of Your Project}}.

I'm reaching out to you because {{One-line Explanation for Specific Reason You're Contacting This Person}}. I'd deeply appreciate your input on {{1 or 2 Specific Topics or Questions This Expert Can Help With}}.

Would you be available for a 15-20 minute video chat or phone call? {{Meeting Option 1 (e.g., Monday, June 1st at 10am)}} or {{Meeting Option 2}} could be ideal, but please let me flex to your schedule.

Thank you in advance,
{{Your Name}}
{{Freshman/Sophomore/Junior/Senior}}
{{Your School}}
```


---

# 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:

```
GET https://help.sidekick.education/more/templates-and-resources/email-templates.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.
