# 简介

> *译自* [*Making Your Code Citable*](https://guides.github.com/activities/citable-code/)

[数字对象标识符](http://en.wikipedia.org/wiki/Digital_object_identifier)（DOI）是学术引用和度量系统的支柱。如果你是一名编写软件的研究人员，本指南将向你展示如何通过归档 GitHub 仓库并使用数据存档工具[Zenodo](https://zenodo.org/about) 分配 DOI，来使你在 GitHub 上分享的工作成果可引用化成为可能。

> 高级提示：本教程面向希望在学术文献中引用 GitHub 仓库的研究人员。如果你已经设置了 GitHub 仓库，则可以在不安装任何特殊软件的情况下完成本教程。如果你尚未在 GitHub 上创建过项目，请先 [上传你的工作成果](https://help.github.com/categories/importing-your-projects-to-github/) 到仓库。

> 最后更新：2016 年 10 月


---

# 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://github.highlight.ink/making-your-code-citable/intro.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.
