# FAQ

### My SVG isn't showing up, or looks wack!

Yea... SVG's are tough to work with, and the formatting of the SVG matters a lot – let's try and get that fixed! Check out the [troubleshooting page here](/svg-loader-progress-bar/troubleshooting.md) to find the right solution.

### I don't have an SVG... What now?

Check out the guide on [getting your own SVG here](/svg-loader-progress-bar/getting-your-svg-ready.md#how-to-get-your-own-svg). The best option is of course to make one using a program like Illustrator, but assuming that's not an option, you can search through a site like [thenounproject.com](http://thenounproject.com) and find a bunch for free! (though you'll have to remove some of the text that comes with it when downloading the free versions, which can be shown [here](/svg-loader-progress-bar/getting-your-svg-ready.md#editing-your-svg))

Or, you can convert your own image to an SVG. [Check out how to do so here](/svg-loader-progress-bar/getting-your-svg-ready.md#convert-your-png-to-an-svg).

### Can I make my own animation, or choose one that's not on the list?

Not yet, but if you have an idea for an animation you want to add, I'm always looking to add new animation options! To request an animation, make a post on the support forum here. I'd love to add it!


---

# 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://devopanda.gitbook.io/svg-loader-progress-bar/faq.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.
