Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
GitHub Foundations Certification Guide
GitHub Foundations Certification Guide

GitHub Foundations Certification Guide: Essential skills, real-world labs, and exam strategies for GitHub beginners

Arrow left icon
Profile Icon Ayodeji Ayodele
Arrow right icon
€26.99
Paperback Aug 2025 434 pages 1st Edition
eBook
€17.99 €20.99
Paperback
€26.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Ayodeji Ayodele
Arrow right icon
€26.99
Paperback Aug 2025 434 pages 1st Edition
eBook
€17.99 €20.99
Paperback
€26.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€17.99 €20.99
Paperback
€26.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Redeem a companion digital copy on all Print orders
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Table of content icon View table of contents Preview book icon Preview Book

GitHub Foundations Certification Guide

Preparing for the Certification

Welcome to the GitHub Foundations certification journey! Before you dive in, it’s important to gain a solid understanding of what the certification exam entails. In this chapter, we’ll break down the key components, expectations, and strategies to help you succeed.

Up until early 2024, developers and software engineers didn’t have a way to show proficiency in GitHub. In the past, people would use measures such as the number of repositories on your GitHub profile (which may include forked repos), the greenness of your contribution graph, your open source contributions, and sometimes your achievement badges to judge your proficiency. Many of these metrics would not be reliable for someone with fewer repositories in the public space or who has not contributed to many high-profile open source projects.

From January 2024 and beyond, GitHub published the general availability of five certifications, the GitHub Foundations certification being one of them:

  • GitHub Foundations certification
  • GitHub Actions certification
  • GitHub Advanced Security certification
  • GitHub Administration certification
  • GitHub Copilot certification

Earning a GitHub certification will help you showcase your expertise on GitHub, giving you a competitive edge as a professional.

This book focuses on everything you need to know to pass the GitHub Foundations certification exam. In this chapter, we’ll take a closer look at what the exam involves and how to prepare for it with confidence:

  • What is the GitHub Foundations certification?
  • Preparation strategies
  • Exam-day test center requirements
  • Exam-day online requirements

What is the GitHub Foundations certification?

The GitHub Foundations certification is a prestigious credential that validates your expertise in Git and GitHub. It is the Level 100 certification designed to introduce you to the basic concepts of Git and GitHub (yes, they are two different things: Git is not GitHub; this book will help you learn the difference), its products, and features.

GitHub is home to over 150 million developers; it is the home of software developers. Some part of the software you are using right now is likely built on GitHub.

Target audience

This certification is designed for entry-level developers, platform engineers, IT operations and support engineers, project managers, or program managers. It’s also a great option for experienced professionals looking to formalize their GitHub skills or fill in foundational gaps.

The certification demonstrates your ability to navigate the platform, collaborate securely, and contribute effectively to software projects and open source projects.

When you pass this exam, you will earn a badge that looks like the following figure:

Figure 0.1: GitHub Foundations certification badge

Figure 0.1: GitHub Foundations certification badge

Exam structure

Now, let’s look at the structure of the exam. We will cover the main areas to expect questions from and the different forms the questions can take. You will be timed in the exam.

The exam covers a range of topics related to Git and GitHub. You’ll encounter questions on version control, Git commands, collaboration workflows, and more. Make sure to review the official certification guide for a detailed breakdown of the content. This is available at examregistration.github.com. The content covers seven objective domains, providing a structured outline that highlights specific topics and skills that the exam will cover.

The following are the objective domains; we will cover them all in this book.

Your combined performance across all 7 domains must total at least 72% to pass (as at the time of writing this book; this may vary slightly). These are shown in the Skills measured section at the preceding link.

Domain

Exam Percentage

Domain 1: Introduction to Git and GitHub

18%

Domain 2: Working with GitHub Repositories

10%

Domain 3: Collaboration Features

28%

Domain 4: Modern Development

11%

Domain 5: Project Management

9%

Domain 6: Privacy, Security, and Administration

15%

Domain 7: Benefits of the GitHub Community

9%

Table 0.1: Objective domains of the certification exam

The following shows a breakdown of each domain.

Domain 1: Introduction to Git and GitHub

Git and GitHub basics

Describe version control

Define distributed version control

Describe Git

Describe GitHub

Explain the difference between Git and GitHub

Describe a GitHub repository

Describe a commit

Describe branching

Define a remote in Git terminology

Describe the GitHub flow

Describe Git flow

GitHub entities

Describe the different GitHub accounts (personal, organization, and enterprise)

Describe GitHub’s products for personal accounts (free and Pro)

Describe GitHub’s products for organization accounts (free for organizations and teams)

Describe the different deployment options for GitHub Enterprise

Describe the features in the user profile (metadata, achievements, profile README, repositories, pinned repositories, stars, etc.)

GitHub Markdown

Identify the text formatting toolbar on issue and pull request comments

Describe Markdown

Identify the basic formatting syntax (headings, links, task lists, comments, etc.)

Explain where to find and use slash commands

GitHub Desktop

Explain the difference between GitHub Desktop and github.com

Describe the available features with GitHub Desktop

GitHub Mobile

Describe the available features with GitHub Mobile

Explain how to manage notifications through the GitHub Mobile app

Domain 2: Working with GitHub Repositories

Understanding GitHub repositories

Describe the components of a good README and the recommended repository files (LICENSE, CONTRIBUTING, and CODEOWNERS)

Explain basic repository navigation

Explain how to create a new repository

Describe repository templates

Describe the different features of maintaining a repository

Describe how to clone a repository

Describe how to create a new branch

Explain how to add files to a repository

Identify how to view repository insights

Explain how to save a repository with stars

Identify keyboard shortcuts

Explain feature previews

Using the command palette

Domain 3: Collaboration Features

Issues

Describe how to link a PR to an issue

Describe how to create an issue

Describe the difference between an issue, discussion, and pull request

Explain how to create a branch from an issue

Identify how to assign issues

Describe how to search and filter issues

Describe how to pin an issue

Explain basic issue management

Explain the difference between issue templates and issue forms

Explain how to use keywords in issues

Pull requests

Describe a pull request

Explain how to create a new pull request

Describe the base and compare branches in a pull request

Explain the relationship of commits in a pull request

Describe draft pull requests

Describe the purpose of the pull request tabs (conversation, commits, checks, and files changed)

Identify how to link activity within a pull request

Explain the different pull request statuses

Recognize how to comment on a posted link to a line or lines of code from a file

Describe code review with a CODEOWNERS file

Explain the different options for providing a code review on a pull request (comment, approve, request changes, and suggested changes)

Discussions

Describe the difference between discussions and issues

Explain the options available with discussions (announcements, ideas, polls, Q&A, and show and tell)

Identify how to mark a comment as an answer to a discussion

Explain how to convert a discussion to an issue

Recognize how to pin a discussion

Notifications

Describe how to manage notification subscriptions

Explain how to subscribe to notification threads

Describe how to find threads where you are @-mentioned

Identify the notification filtering options

Explain the different notification configuration options

Gists, wikis, and GitHub Pages

Explain how to create a GitHub gist

Describe how to fork and clone a gist

Explain GitHub wiki pages

Describe how to create, edit, and delete wiki pages

Explain the visibility of wiki pages

Describe GitHub Pages

Domain 4: Modern Development

GitHub Actions

Describe GitHub Actions (basic understanding)

Explain where you can use GitHub Actions within GitHub (general event types)

Explain where you can find existing GitHub Actions

GitHub Copilot

Describe GitHub Copilot

Describe the different plans for GitHub Copilot

Explain how to get started using GitHub Copilot

GitHub Codespaces

Describe GitHub Codespaces

Identify how to start a GitHub codespace

Describe the codespace life cycle

Describe the different customizations you can personalize with GitHub Codespaces

Recognize how to add and configure dev containers

Explain how to add an `Open in GitHub Codespaces` badge to a README file

Explain how to use the github.dev editor

Explain the differences between the github.dev editor and a GitHub codespace

Domain 5: Project Management

Manage your work with GitHub Projects

Describe GitHub Projects

Explain the layout options for projects

Describe the configuration options for projects

Explain what can be accomplished with project views

Explain the use of labels

Explain the use of milestones

Describe how to use and create template repos

Explain how to create, edit, and delete saved replies

Describe the benefits of using a saved reply

Recognize how to add assignees to issues and pull requests

Explain how to use project workflows

Describe how to convert checklist items to sub-issues

Domain 6: Privacy, Security, and Administration

Authentication and security

Explain how to secure your account with 2FA

Describe the different access permissions

Explain Enterprise Managed Users (EMUs)

GitHub administration

Explain how to enable and disable features

Recognize repository permission levels

Identify the options for repository visibility

Explain repository privacy setting options (branch protections, codeowners, and required reviewers)

Describe the main features and options in the Security tab

Define repository insights

Explain how to manage collaborators

Explain how to manage organization settings

Describe members, teams, and roles in a GitHub organization

GitHub Secure Development

Describe the Dependency Graph

Explain what Dependabot is

Describe Dependabot security updates

Explain Dependabot version updates

Define code scanning

Define secret scanning

Explain push protection

Domain 7: Benefits of the GitHub Community

Describe the benefits of the open source community

Describe open source

Describe how GitHub advances open source projects

Identify how to follow people (receive notifications and discover projects in their community)

Explain how to follow organizations (receive notifications about their activity)

Describe the GitHub Marketplace and its purpose

Describe how to apply the benefits of open source

Describe Innersource

Identify the differences between Innersource and open source

Describe forking and contributing to open source projects

Describe the components of a discoverable repository

Question types

The exam has 75 questions in all (as at the time of writing this book) and you have 2 hours to answer them. Expect a mix of multiple-choice questions, scenario-based challenges, and practical tasks. A few questions may require you to analyze short code snippets (a few lines of code or command line).

Other questions may want to test your detailed understanding by providing multiple similar answers, though only one of them is correct. You will also come across questions where you are required to select more than one answer. These questions will provide checkboxes next to each answer rather than the single-select boxes. However, the question will explicitly specify exactly how many answers it expects you to select, such as (Select two) or (Please select three). To get full marks on such a question, you should select exactly that number of answers. Stay sharp and practice different question formats.

Time limit

The certification exam is time-bound (2 hours). Allocate your time wisely across the sections. Remember that efficient time management is key to success.

For example, take a look at the percentage breakdown of the objective domains in Table 1. Two domains, Introduction to Git and GitHub and Collaboration Features, collectively carry 46% of your score. It would be wise to spend the best of your time on these questions. In addition, a higher score has been earmarked to Privacy, Security and Administration. Be sure to read about the security features on GitHub, particularly GitHub Advanced Security.

Preparation strategies

In this section, we will explore various strategies that will help you pass the exam.

Study resources

Explore a variety of study materials, including official documentation, online courses, and practice exams. Familiarize yourself with Git concepts, branching strategies, and GitHub workflows. Read this book!

The following are some recommended study resources:

  • This book! Be sure to read it from cover to cover. It has numerous helpful guides, practical exercises, and mock questions to prepare you for the exam.
  • I have curated a list of online resources on a GitHub gist (https://gist.github.com/ayodejiayodele/524ccd4865c968bad12fcbbfd07c8834). These include official training courses, hands-on labs, YouTube videos, and other learning materials to supplement your learning.

Hands-on practice

Set up a GitHub repository and practice real-world scenarios. Create branches, merge pull requests, and resolve conflicts. The more hands-on experience you gain, the better prepared you’ll be. You will find some lab exercises at https://github.com/PacktPublishing/GitHub-Foundations-Certification-Guide.

Mock exams

Take advantage of mock exams and practice questions available in Chapter 15, Mock Exams and Study Strategies. These simulate the actual test environment and help you gauge your readiness. Identify areas where you need improvement and focus your efforts accordingly.

In addition, there are practice questions at the end of each chapter to quickly test your knowledge and establish what you have learned.

Exam registration

You will need to schedule your exam in advance once you are prepared and ready. To register for the exam, visit the certification details page (https://examregistration.github.com/certification/GHF). The registration page will ask you to log in with your GitHub account. If you are new to GitHub or you don’t have a GitHub account, follow the instructions on how to create a free GitHub account in Chapter 2, Navigating the GitHub Interface.

Figure 0.2: The exam registration landing page

Figure 0.2: The exam registration landing page

After signing in, the registration will take you through a scheduling process. Here, you can choose whether you want to take the exam at the test center nearest to you or online supervised by a proctor. Available test centers and their locations will depend on your country and city. Both test center and online exams are managed and scheduled by the same body (PSI Exams).

As of the time of writing this book, the exam cost is $49 (US dollars).

GitHub offers discounts and partner benefits on the exam cost in a number of ways. I will advise you to explore what options are available to you. For example, your employer may be a partner, a GitHub Enterprise customer, or a Microsoft Enterprise Agreement customer, and these offer discount vouchers that range as high as 100% (Yay! Free!). Secondly, if you are a student, you may be able to get this for free. For more information about how GitHub supports students and many student freebies, visit https://education.github.com.

Exam-day test center requirements

Once registered, you will receive email confirmation of your exam appointment. Be sure to review your exam name, date, start time, and location and confirm they are correct. The email will also have directions to the exam location.

Identity requirements

A government-issued form of identification will be required, usually an international passport, driver’s license, or similar.

Exam accommodations

You may request exam accommodations such as special equipment for those with low vision or who are hard of hearing, breaks for medical reasons, or extra time for testing because the exam is not in your native language. There are other forms of accommodations that can be considered as well. Please read the handbook for more details and ensure you request this many weeks before the exam day; it must be made before you schedule the exam.

For more information, please read the Candidate handbook section of this chapter.

Finally, I would suggest arriving at least 30–40 minutes before your exam time. If you have any documentation to show, take both physical and electronic copies with you.

Exam-day online requirements

If you choose to take the exam online, there are some requirements you need to meet.

System requirements

  • Supported operating systems: 64-bit Windows 10, Windows 11, macOS 11(Big Sur), macOS 12(Monterey), and macOS 13 (Ventura)
  • Screen resolution: 1,366 x 768 or higher
  • Internet bandwidth: Minimum 300 kbps download/upload speed
  • Camera and microphone: Must be turned on throughout the exam

To be sure your system will be compatible with the online exam, you can perform a system check. This check involves a series of instructions to follow that may include downloading the testing software to your computer, performing sound tests of your microphone, validating access to your webcam, and so on.

For more information, please read the Candidate handbook section of this chapter.

Workspace requirements

There is a minimum level of tidiness required at your desk and immediate surroundings. No one else can be in the same room as you during the exam. Therefore, if you choose a home or office space to sit for the exam, you must make sure it is empty of people and rid of clutter. For more information, please read the Candidate handbook section of this chapter.

Identity requirements

You will be required to present a government-issued form of identification before you can check in for the exam, both physically at a testing center or online. For more information, please read the Candidate handbook section of this chapter.

Top tips

Here are some tips I would recommend:

  • Perform system checks before and on the exam day.
  • Be ready at least 20–30 minutes before your exam time.
  • Choose a private location free of distractions.
  • Ensure you have a great internet connection. Have a backup in case one fails.
  • Make sure your mobile phone is reachable. Proctors may want to call you during the exam if they can’t reach you through the in-app chat.
  • Use a reliable computer with a webcam.

Candidate handbook

The candidate handbook (https://www.pearsonvue.com/content/dam/VUE/vue/en/documents/tech-specs/online-proctored/onvue-technical-requirements.pdf) offers a comprehensive guide on preparing for the exam, exam registration, exam scoring, and reports. Get familiar with the handbook before the exam day.

Conclusion

Understanding the certification exam is the first step toward achieving your GitHub Foundations certification. Stay committed, study diligently, and soon you’ll be well prepared to ace the exam!

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Become an expert in Git and GitHub for modern development
  • Solidify your learning using hands-on guides with real-world projects and self-assessment questions
  • Prepare for the certification exam with questions, tests, and study tips
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Progress from the basics of version control to excelling at collaborative development with the GitHub Foundations Certification Guide, your go-to resource for mastering Git and GitHub. You'll learn how to use Git to accurately track and manage code changes, and discover why GitHub is the leading platform for collaboration, project management, and open-source development. Written by Ayodeji Ayodele, Senior Customer Success Architect at GitHub with expertise in DevOps, Agile coaching, and software engineering, this book provides a structured path to Git/GitHub proficiency. Through hands-on tutorials, projects, and self-assessment questions, you’ll harness the potential of open source, navigate the GitHub platform with ease, employ advanced Git techniques, and gain practical code management skills. The book then explores secure collaboration, automation, and key features of the GitHub Desktop app. You’ll prepare for the certification exam with practice questions, mock exams, and invaluable study tips. By the end of this book, you’ll be ready to take the GitHub Foundations exam and advance your developer career.

Who is this book for?

This book is for software developers and engineers looking to master Git and GitHub for efficient code management, project collaboration, and streamlined workflows. Infrastructure engineers and system administrators will benefit from learning how to manage scripts and track infrastructure changes. Educators and trainers can use this guide to teach software development and prepare students for industry certifications. Aspiring developers and tech professionals will find it a valuable resource for building essential GitHub skills and advancing their software development careers.

What you will learn

  • Create and manage repositories on GitHub confidently
  • Collaborate effectively using issues and pull requests
  • Adopt modern development practices using advanced GitHub features
  • Enhance coding speed and quality with GitHub Copilot's AI suggestions
  • Streamline project management using GitHub Projects
  • Leverage GitHub's capabilities to boost your career or grow your business
  • Implement best practices for GitHub privacy, security, and control
Estimated delivery fee Deliver to Cyprus

Premium delivery 7 - 10 business days

€32.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 29, 2025
Length: 434 pages
Edition : 1st
Language : English
ISBN-13 : 9781836206057
Vendor :
GitHub
Concepts :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Redeem a companion digital copy on all Print orders
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to Cyprus

Premium delivery 7 - 10 business days

€32.95
(Includes tracking information)

Product Details

Publication date : Aug 29, 2025
Length: 434 pages
Edition : 1st
Language : English
ISBN-13 : 9781836206057
Vendor :
GitHub
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Table of Contents

24 Chapters
Preparing for the Certification Chevron down icon Chevron up icon
Git and GitHub Essentials Chevron down icon Chevron up icon
Introduction to Version Control with Git Chevron down icon Chevron up icon
Navigating the GitHub Interface Chevron down icon Chevron up icon
Repository Creation and Management Chevron down icon Chevron up icon
Basic Git Commands and Workflows Chevron down icon Chevron up icon
Collaborative Development on GitHub Chevron down icon Chevron up icon
Branching and Merging Strategies Chevron down icon Chevron up icon
Pull Requests and Code Reviews Chevron down icon Chevron up icon
Issues, Projects, Labels, and Milestones Chevron down icon Chevron up icon
GitHub Actions and Automation Chevron down icon Chevron up icon
Engaging with the Community through GitHub Discussions Chevron down icon Chevron up icon
Leveraging GitHub for Career Advancement Chevron down icon Chevron up icon
Building and Showcasing Your GitHub Presence Chevron down icon Chevron up icon
Contributing to Open Source Projects Chevron down icon Chevron up icon
Enhancing Development with GitHub Copilot Chevron down icon Chevron up icon
Funding Your Projects with GitHub Sponsors Chevron down icon Chevron up icon
Advanced GitHub and Exam Preparation Chevron down icon Chevron up icon
Project Management with GitHub Projects Chevron down icon Chevron up icon
Security Practices and User Management Chevron down icon Chevron up icon
Mock Exams and Study Strategies Chevron down icon Chevron up icon
Unlock Your Book’s Exclusive Benefits Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the digital copy I get with my Print order? Chevron down icon Chevron up icon

When you buy any Print edition of our Books, you can redeem (for free) the eBook edition of the Print Book you’ve purchased. This gives you instant access to your book when you make an order via PDF, EPUB or our online Reader experience.

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
Modal Close icon
Modal Close icon