> For the complete documentation index, see [llms.txt](https://inkporter.raniaamina.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inkporter.raniaamina.id/how-to-install/extension.md).

# Inkscape Extension

Inkporter is now available as an Inkscape extension. You can find it on the Inkscape [Extension Gallery Page](https://inkscape.org/~raniaamina/%E2%98%85inkporter). To use this extension, you should make sure all dependencies are installed first. Here is a complete guide to installing this extension.

### For Linux

If you are already using the [Gimpscape PPA](/how-to-install/cli-linux.md#using-ppa), it will also install the Inkporter extension in your Inkscape program automatically. If you want to install it manually, please copy Inkporter to the Inkscape extension directory.

Just copy and paste inkporter.inx, inkporter.py, and inkporter directory to the Inkscape extension directory, usually in `$HOME/.config/inkscape/extensions` for Linux.

To make Inkporter run correctly, please make sure that these dependencies are already installed on your system:

* Inkscape
* Ghostscript
* ImageMagick
* webp / libwebp
* zenity (for Linux & MacOS)

### For Windows

Copy inkporter.inx, inkporter.py, inkporter.bat and inkporter directory to the Inkscape Extensions directory. By default it's in `%APPDATA%\Inkscape\extensions` for Windows.

For Inkporter to run correctly, make sure that the following dependencies are already installed on your system and that you have added them to the PATH environment variables:

* Inkscape
* Ghostscript 32bit
* ImageMagick
* webp / libwebp
* 7-Zip

#### Unable to find  `extensions` directory for your Inkscape installation?

You can find it here: `Edit > Preferences > System` menu. Then look at the `User extensions` path in the `System Info` section.

### For MacOS

You need to do perform a little trick to make Inkporter work on MacOS. After you put all the extension files into the extension directory, run Inkscape with following instructions:

```
# using Inkporter in Inkscape MacOS
➜  ~ cd /Applications/Inkscape.app/Contents/MacOS
➜  MacOS ./inkscape
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://inkporter.raniaamina.id/how-to-install/extension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
