> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/records.md).

# Records

- [Overview](https://docs.shiftiq.com/help/records/overview.md): Track learner scores, outcomes, and achievements through gradebooks, achievement templates, programs, and logbooks
- [Creating and Configuring Gradebooks](https://docs.shiftiq.com/help/records/gradebooks.md): Create gradebooks, add grade items, manage learners, and view learner progress
- [Creating a New Gradebook](https://docs.shiftiq.com/help/records/gradebooks/new-gradebook.md): How to create a Gradebook:
- [Editing Gradebook Settings](https://docs.shiftiq.com/help/records/gradebooks/gradebook-settings.md): Edit the settings that control how a gradebook behaves
- [Adding and Configuring Grade Items](https://docs.shiftiq.com/help/records/gradebooks/grade-items.md): split into separate pages if gets too bulky, i.e., Category Grade Items, Score Grade Items, Calculation Grade Items, or split out adding and editing
- [Managing Learners in a Gradebook](https://docs.shiftiq.com/help/records/gradebooks/learners-gradebook.md): how learners are added automatically
- [Learner Progress and Scores](https://docs.shiftiq.com/help/records/gradebooks/gradebook-scores.md): Navigating the Grade Item Hierarchy
- [Gradebook Achievements](https://docs.shiftiq.com/help/records/gradebooks/gradebook-achievements.md): Achievement Tab navigation (gradebook only vs all learner achievements)
- [Gradebook Comments and Periods](https://docs.shiftiq.com/help/records/gradebooks/gradebook-comments-periods.md): Hide/Unhide Comments and Periods
- [Instructor Gradebook Views](https://docs.shiftiq.com/help/records/gradebooks/instructor-gradebook.md): configuration requirements (create a role for Instructors and ask Support to add the appropriate permissions)
- [Creating and Granting Achievements](https://docs.shiftiq.com/help/records/achievements.md): Define achievement templates, grant achievements, and lay out printed certificates
- [Create New Achievement Template](https://docs.shiftiq.com/help/records/achievements/define-achievement.md): On the Admin Home Page, select Records Toolkit
- [Editing Achievement Templates](https://docs.shiftiq.com/help/records/achievements/edit-achievement-template.md): On the Admin Home Page, select Records Toolkit
- [Manually Granting Achievements](https://docs.shiftiq.com/help/records/achievements/manually-grant-achievement.md): In most cases, Achievements will be automatically granted to a learner based on a Course or Gradebook result.
- [Printed Certificate Layout for Achievements](https://docs.shiftiq.com/help/records/achievements/achievement-layouts.md): Printable certificates can be attached to an achievement.
- [Searching and Editing Achievements](https://docs.shiftiq.com/help/records/achievements/search-edit-achievements.md): search options, including criteria and download
- [Learning paths and programs](https://docs.shiftiq.com/help/records/programs-and-periods.md): Creating and managing learning programs
- [Purpose of Programs and How to Create Them](https://docs.shiftiq.com/help/records/programs-and-periods/create-program.md): Open the Records toolkit and then click on the Programs tile under the Programs and Periods heading.
- [Editing and Managing Programs](https://docs.shiftiq.com/help/records/programs-and-periods/edit-program.md): Edit an existing program and manage learners enrolled in it
- [Creating and Managing Gradebook Periods](https://docs.shiftiq.com/help/records/programs-and-periods/gradebook-periods.md): Create and manage gradebook periods within a program
- [Working with Logbooks](https://docs.shiftiq.com/help/records/logbooks.md): Create logbooks, manage their settings and content, and validate learner entries
- [Creating New Logbooks](https://docs.shiftiq.com/help/records/logbooks/create-logbooks.md): Create a new logbook and configure its activities or competencies
- [Managing Logbook Settings and Content](https://docs.shiftiq.com/help/records/logbooks/edit-logbooks.md)
- [How Learners Create and Edit Logbook Entries](https://docs.shiftiq.com/help/records/logbooks/logbook-entry.md): adding portal tile and/or dashboard and/or program so learner can find their logbooks
- [Validating Logbook Entries](https://docs.shiftiq.com/help/records/logbooks/logbook-validation.md): assigning validators
- [Blockchain Certificate Management](https://docs.shiftiq.com/help/records/blockchain.md): Blockchain is a system of recording information in a way that makes it difficult or impossible to change, hack, or cheat the system.
- [Overview of Shift iQ's Blockchain Based Certificate Manager](https://docs.shiftiq.com/help/records/blockchain/certificate-manager.md): Certificate data is of high importance and is intended to be long-lived.
- [Creating and Connecting a Blockchain Wallet to Shift iQ](https://docs.shiftiq.com/help/records/blockchain/blockchain-wallet.md): In order to jump in with Blockchain technology, learners need to have a wallet.
- [Login With Blockchain](https://docs.shiftiq.com/help/records/blockchain/login-with-blockchain.md): Another interesting integration of Shift iQ with Blockchain technology can be found on the login page, this functionality provides our users with


---

# 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.shiftiq.com/help/records.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.
