> For the complete documentation index, see [llms.txt](https://docs.harvardblockchain.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harvardblockchain.xyz/initiatives/talent.md).

# Talent

### Overview

The Harvard Blockchain Club's Talent Network is our way of **matching Harvard students with work opportunities** in the industry. Despite Harvard's top-notch career services, there's not yet a  resource for crypto-interested students to get their start in the industry.

We're fortunate to be partners with many of the industry's top startups, venture funds, and quantitative trading firms.

### For Students

If you're a Harvard student searching for work opportunities in crypto—internship, full-time, and everything in between—**fill out our** [**talent network form**](https://airtable.com/shrTgBHTFy6eVC1XZ). It should only take a few minutes and it will be the way that our partners can find you when they're seeking to hire talent from the club.

If there's an employer who'd like to connect with you, they'll either reach out on their own or we'll make the connection.

Be sure to also monitor the **#jobs** channel in our Discord! It's our way of letting the entire club know of new work opportunities.

### For Employers

Our database includes the desired positions, resumes, blockchain backgrounds, and more information about students.

If you'd like to hire talent from the Harvard Blockchain Club, reach out to us at **<info@harvardblockchainclub.org>** to request access to our database.

We also have a **#jobs** channel in our Discord where job and internship opportunities are distributed to Harvard undergraduates. To post a blurb for a position there, **fill out** [**this short form**](https://airtable.com/shr3IsV0GQFtENHI6).&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.harvardblockchain.xyz/initiatives/talent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
