> For the complete documentation index, see [llms.txt](https://tubbycrumbles.gitbook.io/artificer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tubbycrumbles.gitbook.io/artificer/artificer-api.md).

# Artificer API

This section will highlight the available API calls you can use to control Artificer as well the events systems and the custom classes you can override to control the build and dismantle animations etc.

The Artificer code is all inside the Artifice namespace, so to you should include the line

```csharp
using Artifice;
```

At the top of any script where you plan to call any of the Artificer methods.
