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

# 问题与解答

## 我能在另一台Mac上使用高级权限吗 ?

可以，根据苹果规则，大概能支持五、六台设备同时享受高级权限。开启方式，在其他Mac上登录你的购买了权限的apple id，点\*\*`升级`\*\* -> **`恢复`** 即可恢复为高级版。

## 这款软件会一直更新吗 ?

会，作者一直会维护更新这款软件，不断的优化这款软件，并开发新功能。

## 作者，你是如何想到要开发这样一款软件的？

其实很简单，很多时候我需要摘录一些有用信息，包括一些证件上的信息输入。我需要这样一款软件，市面上也找不到符合我心意的，那么干脆我自己开发一款我心中所想要的软件吧。对于这样的刚需，我即是用户，也是作者。所以更能知道软件需要具备的功能便利性，开发出来的软件更具有灵魂。

## 我有问题、建议想咨询作者？

可以，作者欢迎大家提建议，你的每个问题与建议，都是一笔宝贵的建议，对于合理的建议，作者会慎重考虑，请[联系作者](https://camscanner.iluoxiao.com/faq/contact)。


---

# 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://textscanner.gitbook.io/project/faq/far-common.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.
