---
question: How do I document my components?
---
In editors which use the Svelte Language Server you can document Components, functions and exports using specially formatted comments.
````svelte
Hello, {name}
````
Note: The `@component` is necessary in the HTML comment which describes your component.