> For the complete documentation index, see [llms.txt](https://service2school.gitbook.io/s2s-hcp-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://service2school.gitbook.io/s2s-hcp-guide/welcome-to-service-to-school.md).

# Welcome to Service to School!

<figure><img src="/files/MYv0eHbkctW5nr0YnU7W" alt="" width="188"><figcaption></figcaption></figure>

### **About us**

Service to School (S2S) is a 501(c)(3) non-profit that provides free college and grad school application counseling to military veterans and service members.

Our goal is to help veterans gain admission to the best college for them while empowering each veteran to make informed decisions about their education.

### Our Story

In 2011, S2S was founded by [Gus Giacoman,](https://service2school.org/people/augusto-giacoman/) [Tim Hsia](https://service2school.org/people/tim-hsia/), [Khalil Tawil](https://service2school.org/people/khalil-tawil/), and [Anna Ivey](https://service2school.org/people/anna-ivey/) — three veterans and an admissions expert who believe that all veterans should have the opportunity and access to a great education. Through grassroots efforts and thousands of hours of volunteer time, S2S grew into a national non-profit that connects military veterans and service members with mentors to ensure veterans are being admitted to and attending our nation’s best colleges and graduate schools.

Since then, we have stayed laser-focused on our mission of supporting veterans into higher-ed and have worked with thousands of veterans during different points of the college and graduate school application process. You can find S2S Alums on hundreds of Undergraduate, MBA, Law School, Policy, and Medical School campuses where they are studying and forging new paths for their future.

###


---

# 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://service2school.gitbook.io/s2s-hcp-guide/welcome-to-service-to-school.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.
