> For the complete documentation index, see [llms.txt](https://llm.theparley.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://llm.theparley.org/starting-to-use-it/lunch-and-learn-series.md).

# Lunch & Learn Series

* Part 1: Intro to Generative AI&#x20;
  * What is ChatGPT? &#x20;
  * What is Parley?&#x20;
  * What is Generative AI good for?&#x20;
  * Demystify capabilities/limits; prompt basics; responsible use
* Part 2: Using Parley at Work for Operations
* Part 3: Using Parley for Research Tasks
* Part 4: Applying Parley to Your Role

<table><thead><tr><th></th><th width="169.73828125">Turntable Team</th><th width="164.92578125">BOOMBOX CREW</th><th width="191.59375">LIMEWIRE LEGENDS </th><th>SPOTIFY SQUAD </th></tr></thead><tbody><tr><td>Week 1</td><td></td><td></td><td></td><td></td></tr><tr><td>Week 2</td><td></td><td></td><td></td><td></td></tr><tr><td>Week 3</td><td></td><td></td><td></td><td></td></tr><tr><td>Week 4</td><td></td><td></td><td></td><td></td></tr></tbody></table>


---

# 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://llm.theparley.org/starting-to-use-it/lunch-and-learn-series.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.
