llms.txt Content
# JSFiddle Docs
## JSFiddle Docs
- [JSFiddle Docs & Help](/master.md)
- [Getting started](/getting-started.md): How to get started with JSFiddle.
- [Panels settings](/panels-settings.md): Each panel has their own settings
- [Editor settings](/editor-settings.md)
- [Fiddle meta](/fiddle-meta.md): Right now meta means the title and description.
- [External resources](/external-resources.md): You can add external resources like CSS and JavaScript to your fiddle.
- [Embedding fiddles](/embedding-fiddles.md): Embedding is provided to show the fiddle with running result on any other page.
- [Async requests](/async-requests.md)
- [Github Integration](/github-integration.md): JSFiddle allows some integration with Github
- [Display fiddle from a Github repository](/github-integration/untitled-1.md): This allows you to skip the part of hosting code on JSFiddle and load it directly into the editor from a Github repository.
- [Display fiddle from Gist](/github-integration/untitled.md): Read a demo from Github Gist and present it as a fiddle.
- [Pass response directly from a Github repo](/github-integration/pass-response-directly-from-github-repository.md): While the demo might use an Async requests, JSFiddle will read them and send using the right MIME type.
- [Pass response directly from Gist](/github-integration/demo-from-a-github-repository.md)
- [Displaying user fiddles](/api/displaying-user-fiddles.md): It allows to create plugins displaying fiddles created by specific user
- [Display a fiddle from POST](/api/display-a-fiddle-from-post.md): It's possible to display a fiddle that's not saved in JSFiddle, using a POST from a 3rd-party source
- [Get username](/api/get-username.md): Replies the username of the logged in user.
- [Demos for products or libraries](/use-cases/demos-for-products-or-libraries.md): Lots of people and companies use JSFiddle for online examples of their JavaScript libraries/products.
- [Bug reporting (test-case) for Github Issues](/use-cases/bug-repo