# What are Scribbles?

DevRel Scribbles is a **collection of notes** from different DevRel Talks, Podcasts or anything that covers the best practices around DevRel. This can be exceptionally useful for someone trying to find out a specific topic, a specific thing they might have heard at a conference or just exploring different talks and do not have the time to listen to it wholly. Just read the notes and you're good to go on most parts! &#x20;

As one of the initiatives in [DevRel Page](https://devrel.page), we thought it might be helpful to have different DevRel Talks documented in one place, sharing the notes, which have been extremely useful for us learning best practices to the core.&#x20;

As this repository grows, we will have a curated list of DevRel talks, segmented in different groups. Using the great search features of GitBook one can easily find out the best practices related to a specific field within minutes, skim through the notes and know what might be the best thing to do for a specific case!

> For eg.: Someone is making a student community plan and looking for some best practices around it, they'll go and enter the things they're looking for in the search and [a talk by Joe Nash](https://scribbles.devrel.page/outside-the-lecture-theatre) that covered it all mostly appears! Combining multiple talks, their notes and just reading the summary will save so much time for folks here.

Our aim is to keep this repository open source and free to use for anyone in the community. The support and contributions here would be the thing driving it forward. Let us know if you're willing to help!

#### Looking to submit a DevRel Talk/ Podcast to be covered here?&#x20;

Reach out to [@yashovardhan directly](mailto:hi@devrel.page) or [submit an issue](https://github.com/yashovardhan/devrelscribbles/issues/new/choose)! Questions/ Comments/ Feedbacks are always appreciated!&#x20;


---

# 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://scribbles.devrel.page/master.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.
