# What You Can Learn

If you're already familiar with some of these tools we can use your existing skills. If you'd like to learn something here, we can pick it up as we go.

### Potential Tools - we may learn/use some or all of these, as needed:

* AWS Lambda (compute), S3 (storage), IAM (identity), CloudWatch (logs), SNS (texting), SES (email), EC2 (virtual servers), Athena (query)
* Serverless.com (serverless infrastructure as code)
* Netlify (web deployment/hosting)
* Auth0 (authentication)
* Angular (front-end framework)
* Mapbox (maps)
* D3 (data visualization)
* Ag-grid (data grid)
* AlaSQL (javascript-powered SQL on semi-structured data)


---

# 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://intern.sbcotton.com/2019-spring-hackathon/what-you-can-learn.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.
