> For the complete documentation index, see [llms.txt](https://docs.scribeware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scribeware.com/making-the-transition/how-to-import-your-inspectit-templates-into-scribeware.md).

# How to import your InspectIt templates into ScribeWare

### How to import your existing templates into ScribeWare

In order to import your existing template and library into ScribeWare, we’ll need a “sqlite” file from the mobile device you use InspectIt.    The process for this varies depending on the platform you use.

**iOS**

1. Open the “Files” app
2. Click “On My iPhone”
3. Click “InspectIt”
4. You should see a file called “AHIT.sqlite3” or “InspectIt.sqlite3”.   Select this file
5. Click the share button at the bottom left.
6. Select your email program to add it as an attachment to a new email
7. Send this email to <support@getscribeware.com>, along with the name(s) of the templates you’d like for us to import!

![](/files/nYlZzSR9TsfhiHJxzW5q)![](/files/Cz5IvRURsdFdfavXz5bV)![](/files/fxd6pDrwE02usL8M7FiM)![](/files/cnX0z1NSxiMDVoCBmyCS)

**Android**

Unfortunately, many android devices are different, but this is the way we have found to work on most systems.

1. Open Google Play store
2. Download the X-Plore app
3. Follow the path Internal Storage -> Android -> data -> com.inspectit.cloud.android.homereport
4. You should see a file called “AHIT.sqlite3” or “InspectIt.sqlite3”.   Select this file

![](/files/XiWkhp2B5zHD9eJfgacl)

1. Click the share button at the bottom left.
2. Select your email program to add it as an attachment to a new email
3. Send this email to <support@getscribeware.com>, along with the name(s) of the templates you’d like for us to import!

If you can suggest any clarifications on the above instructions, we’d love to hear from you!  Let us know how we can improve and what type of device you’re using.

<br>


---

# 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://docs.scribeware.com/making-the-transition/how-to-import-your-inspectit-templates-into-scribeware.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.
