# 接口和插件

「RSServices API」是 Thomson Reuters 提供的增加 EndNote 工具，可以编程访问 EndNote 程序的核心功能，允许第三方访问数据库内容，并集成 EndNote 和其他工具。利用这个接口我们可以创建插件，进行程序功能扩展，多数接口功能适用于 EndNote X-X7

接口的基本功能

* 创建插件增加 EndNote 新功能
* 更好的整合第三方工具和服务
* 创建图形扩展工具
* 脚本或批处理 EndNote 的功能
* 直接访问 EndNote 数据库
* 补充 EndNote 格式化功能
* 直接导入或导入到 EndNote

RSServices API 面向有一定技术手户，熟悉程序编辑语言，尤其是 C 和 C++ 语言。用户还应该熟悉编译程序代码和 Dll。接口一般可同时用于 Macintosh 和 Windows 系统

个人用户和第三方合作伙伴鼓励用户利用接口开发 EndNote 工具，也鼓励用户在 EndNote 用户论坛 (<http://community.thomsonreuters.com/>) 分享他们的代码和想法

用户如果利用接口开发的工具用于商业用途，须和 Thomson Reuters 签署协议

**The RSServices Development Kit (RDK)**

提供支持文件和编码样本，包含多个编译器和工具，如 Apple's XCode 和 Microsoft's Visual Studio。接口全以 C++ 语言开发

在此联系[endnote.com/support](http://endnote.com/support)Thomson Reuters


---

# Agent Instructions: 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:

```
GET https://kb.howsci.com/direct-export-and-import-formats/apis-and-plug-ins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
