> For the complete documentation index, see [llms.txt](https://kb.howsci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.howsci.com/reference-types/list-of-reference-types/magazine-article-and-manuscript.md).

# Magazine Article & Manuscript

| 1  | **Generic**          | Magazine Article     | Manuscript               |
| -- | -------------------- | -------------------- | ------------------------ |
| 2  | Author               | Author               | Author                   |
| 3  | Year                 | Year                 | Year                     |
| 4  | Title                | Title                | Title                    |
| 5  | Secondary Author     |                      | Institution              |
| 6  | Secondary Title      | Magazine             | Collection Title         |
| 7  | Place Published      | Place Published      | Place Published          |
| 8  | Publisher            | Publisher            | Library/Archive          |
| 9  | Volume               | Volume               | Volume/Storage Container |
| 10 | Number of Volumes    | Frequency            | Manuscript Number        |
| 11 | Number               | Issue Number         | Folio Number             |
| 12 | Pages                | Pages                | Pages                    |
| 13 | Section              | Start Page           | Start Page               |
| 14 | Tertiary Author      |                      |                          |
| 15 | Tertiary Title       |                      |                          |
| 16 | Edition              | Edition              | Description of Material  |
| 17 | Date                 | Date                 | Date                     |
| 18 | Type of Work         | Type of Article      | Type of Work             |
| 19 | Subsidiary Author    |                      |                          |
| 20 | Short Title          | Short Title          | Short Title              |
| 21 | Alternate Title      | Alternate Magazine   | Abbreviation             |
| 22 | ISBN/ISSN            | ISSN                 |                          |
| 23 | DOI                  | DOI                  | DOI                      |
| 24 | Original Publication | Original Publication |                          |
| 25 | Reprint Edition      | Reprint Edition      |                          |
| 26 | Reviewed Item        | Reviewed Item        |                          |
| 27 | Custom 1             |                      |                          |
| 28 | Custom 2             |                      |                          |
| 29 | Custom 3             |                      |                          |
| 30 | Custom 4             |                      |                          |
| 31 | Custom 5             |                      |                          |
| 32 | Custom 6             |                      |                          |
| 33 | Custom 7             |                      |                          |
| 34 | Custom 8             |                      |                          |
| 35 | Accession Number     | Accession Number     | Accession Number         |
| 36 | Call Number          | Call Number          | Call Number              |
| 37 | Label                | Label                | Label                    |
| 38 | Keywords             | Keywords             | Keywords                 |
| 39 | Abstract             | Abstract             | Abstract                 |
| 40 | Notes                | Notes                | Notes                    |
| 41 | Research Notes       | Research Notes       | Research Notes           |
| 42 | URL                  | URL                  | URL                      |
| 43 | File Attachments     | File Attachments     | File Attachments         |
| 44 | Author Address       | Author Address       | Author Address           |
| 45 | Figure               | Figure               | Figure                   |
| 46 | Caption              | Caption              | Caption                  |
| 47 | Access Date          | Access Date          | Access Date              |
| 48 | Translated Author    | Translated Author    | Translated Author        |
| 49 | Translated Title     | Translated Title     | Translated Title         |
| 50 | Name of Database     | Name of Database     | Name of Database         |
| 51 | Database Provider    | Database Provider    | Database Provider        |
| 52 | Language             | Language             | Language                 |
| 53 | Added to Library     | Added to Library     | Added to Library         |
| 54 | Last Updated         | Last Updated         | Last Updated             |


---

# 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://kb.howsci.com/reference-types/list-of-reference-types/magazine-article-and-manuscript.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.
