> For the complete documentation index, see [llms.txt](https://tactlabs.gitbook.io/featurepreneur/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tactlabs.gitbook.io/featurepreneur/ama.md).

# AMA Sessions

AMA is nothing but a Ask Me Anything session with researchers who could help and guide our Featurepreneurs by giving a piece of motivation, clarifying their doubts, sharing their personal experience, etc

Various AMA sessions are archived here

## 1. AMA with Jatin Ahuja - 8/Nov/2020

| Award               | Winner   |
| ------------------- | -------- |
| Best Question Award | Logesh T |
| Best Question Award | Soniya   |

## 2. AMA with Arindam Banerjee - 22/Nov/2020

| Award               | Winner         |
| ------------------- | -------------- |
| Best Question Award | Jayasurya      |
| Best Question Award | Varshath Gupta |
| Random Winner       | Aishwarya      |

## 3. AMA with Muthu Revanth M- 19/Dec/2020

| Award               | Winner       |
| ------------------- | ------------ |
| Best Question Award | Gokul A C    |
| Best Question Award | Soniya       |
| Random Winner       | Godlin Hilda |

## 4. AMA with Viktor Bachraty- 20/Dec/2020

| Award               | Winner        |
| ------------------- | ------------- |
| Best Question Award | Eswara Prasad |
| Best Question Award | Soniya        |
| Random Winner       | Aadhavan      |

## 5. AMA with Gayathri Adhimoolam- 10/Jan/2021

| Award               | Winner      |
| ------------------- | ----------- |
| Best Question Award | Gokul A C   |
| Best Question Award | Divya       |
| Random Winner       | Hari Prasad |

## 6. AMA with Vatsal P- 23/Jan/2021

| Award               | Winner        |
| ------------------- | ------------- |
| Best Question Award | Gokul A C     |
| Best Question Award | Eswara Prasad |
| Random Winner       | Godlin Hilda  |

## 7. AMA with Sowmya Vaidyanathan- 13/Feb/2021

| Award               | Winner         |
| ------------------- | -------------- |
| Best Question Award | Jenisha Roshan |
| Best Question Award | Hari Prasad    |
| Random Winner       | Sam            |

## 8. AMA with Suresh Mayavan- 14/Mar/2021

| Award               | Winner    |
| ------------------- | --------- |
| Best Question Award | Gokul A C |
| Best Question Award | Soniya    |
| Random Winner       | Akshara   |

## 9. AMA with Mark Ryan- 21/Mar/2021

| Award               | Winner        |
| ------------------- | ------------- |
| Best Question Award | Alvis         |
| Best Question Award | Eswara Prasad |
| Random Winner       | Priyanka      |

## 10. AMA with Chidambaram P- 2/May/2021

| Award               | Winner  |
| ------------------- | ------- |
| Best Question Award | Talha   |
| Best Question Award | Bairavi |
| Random Winner       | Vedha   |

## 11. AMA with Sunitha Radhakrishan- 06/June/2021

| Award               | Winner |
| ------------------- | ------ |
| Best Question Award | Vedha  |
| Best Question Award | Ishita |
| Random Winner       | Sam    |


---

# 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://tactlabs.gitbook.io/featurepreneur/ama.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.
