> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.cloudlayer.io/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Can assets be generated synchronously?

Yes.  We support generating assets synchronously and asynchronously.  By default, all calls are asynchronous.  If you want to perform a synchronous call, you can pass the following parameter `async: false` to any request.

[Check out our documentation for more information about Async & Sync based calls.](https://docs.cloudlayer.io/#async--sync)