# External resources

Add resource by:

* **URL from the web** – this will embed the specific URL in your fiddle.
* **CDNJS** – just start typing a library name and an autocompelete will suggest libraries you and insert:

<div align="left"><img src="https://2867931111-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L9jXGYtvV0gDWqyZIc-%2F-LNuvL1vej_AskUMtWKN%2F-LNuwihcYBma-xFz4Z23%2FKapture%202018-10-03%20at%2019.20.30.gif?alt=media&#x26;token=12288fd4-5678-4647-aa66-de79dbe5e08e" alt=""></div>

{% hint style="info" %}
&#x20;If you want to use a dynamic resource please add a dummy GET variable i.e. `http://example.com/dynamically.php?somevar=somevalue&dummy=.css`. This will tell JSFiddle to recognize it as a CSS resource.
{% endhint %}


---

# 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://docs.jsfiddle.net/external-resources.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.
